Color spaces of #b99cca
RGB | 185 | 156 | 202 |
---|---|---|---|
HSL | 0.77 | 0.30 | 0.70 |
HSV | 278° | 23° | 79° |
CMYK | 0.08 | 0.23 | 0.00 0.21 |
XYZ | 42.5567 | 38.3555 | 61.0375 |
Yxy | 38.3555 | 0.2998 | 0.2702 |
Hunter Lab | 61.9318 | 14.2763 | -15.0816 |
CIE-Lab | 68.2818 | 19.2296 | -19.5947 |
#b99cca color RGB value is (185,156,202).
#b99cca hex color red value is 185, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b99cca hue: 0.77 , saturation: 0.30 and the lightness value of b99cca is 0.70.
The process color (four color CMYK) of #b99cca color hex is 0.08, 0.23, 0.00, 0.21. Web safe color of #b99cca is #cc99cc. Color #b99cca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10011100 | 11001010 |
Octal | 271 | 234 | 312 |
Decimal | 185 | 156 | 202 |
Hex | B9 | 9C | CA |
Shades of #b99cca
Tints of #b99cca
RGB Percentages of Color #b99cca
CMYK Percentages of Color #b99cca
Complementary Color
#b99cca | #adca9c |
#b99cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b99cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b99cca Color CSS Codes
.mybgcolor {background-color:#b99cca; } .myforecolor {color:#b99cca; } .mybordercolor {border:3px solid #b99cca; }
#b99cca Text Font Color
<p style="color:#b99cca">Text here</p>
This sample text font color is #b99cca
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.
#b99cca Background Color
<div style="background-color:#b99cca">
Div content here</div>
This div background color is #b99cca
#b99cca Border Color
<div style="border:3px solid #b99cca">
Div here</div>
This div border color is #b99cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,156,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b99cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b99cca; -webkit-box-shadow: 1px 1px 3px 2px #b99cca; box-shadow: 1px 1px 3px 2px #b99cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,156,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b99cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b99cca; -webkit-box-shadow: 1px 1px 3px 2px #b99cca; box-shadow: 1px 1px 3px 2px #b99cca;">
Div content here</div>
This div box has shadow with color #b99cca
Comments
No comments written yet.
Please login to write comment.