Color spaces of #b699bd
RGB | 182 | 153 | 189 |
---|---|---|---|
HSL | 0.80 | 0.21 | 0.67 |
HSV | 288° | 19° | 74° |
CMYK | 0.04 | 0.19 | 0.00 0.26 |
XYZ | 39.8679 | 36.4017 | 53.0691 |
Yxy | 36.4017 | 0.3082 | 0.2814 |
Hunter Lab | 60.3338 | 12.3666 | -9.9173 |
CIE-Lab | 66.8257 | 17.2741 | -14.5919 |
#b699bd color RGB value is (182,153,189).
#b699bd hex color red value is 182, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b699bd hue: 0.80 , saturation: 0.21 and the lightness value of b699bd is 0.67.
The process color (four color CMYK) of #b699bd color hex is 0.04, 0.19, 0.00, 0.26. Web safe color of #b699bd is #cc99cc. Color #b699bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10011001 | 10111101 |
Octal | 266 | 231 | 275 |
Decimal | 182 | 153 | 189 |
Hex | B6 | 99 | BD |
Shades of #b699bd
Tints of #b699bd
RGB Percentages of Color #b699bd
CMYK Percentages of Color #b699bd
Complementary Color
#b699bd | #a0bd99 |
#b699bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b699bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b699bd Color CSS Codes
.mybgcolor {background-color:#b699bd; } .myforecolor {color:#b699bd; } .mybordercolor {border:3px solid #b699bd; }
#b699bd Text Font Color
<p style="color:#b699bd">Text here</p>
This sample text font color is #b699bd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#b699bd Background Color
<div style="background-color:#b699bd">
Div content here</div>
This div background color is #b699bd
#b699bd Border Color
<div style="border:3px solid #b699bd">
Div here</div>
This div border color is #b699bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,153,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b699bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b699bd; -webkit-box-shadow: 1px 1px 3px 2px #b699bd; box-shadow: 1px 1px 3px 2px #b699bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,153,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b699bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b699bd; -webkit-box-shadow: 1px 1px 3px 2px #b699bd; box-shadow: 1px 1px 3px 2px #b699bd;">
Div content here</div>
This div box has shadow with color #b699bd
Comments
No comments written yet.
Please login to write comment.