Color spaces of #b999cb
RGB | 185 | 153 | 203 |
---|---|---|---|
HSL | 0.77 | 0.32 | 0.70 |
HSV | 278° | 25° | 80° |
CMYK | 0.09 | 0.25 | 0.00 0.20 |
XYZ | 42.1783 | 37.4086 | 61.4974 |
Yxy | 37.4086 | 0.2990 | 0.2652 |
Hunter Lab | 61.1626 | 16.0608 | -16.8008 |
CIE-Lab | 67.5825 | 21.1070 | -21.2136 |
#b999cb color RGB value is (185,153,203).
#b999cb hex color red value is 185, green value is 153 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b999cb hue: 0.77 , saturation: 0.32 and the lightness value of b999cb is 0.70.
The process color (four color CMYK) of #b999cb color hex is 0.09, 0.25, 0.00, 0.20. Web safe color of #b999cb is #cc99cc. Color #b999cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10011001 | 11001011 |
Octal | 271 | 231 | 313 |
Decimal | 185 | 153 | 203 |
Hex | B9 | 99 | CB |
Shades of #b999cb
Tints of #b999cb
RGB Percentages of Color #b999cb
CMYK Percentages of Color #b999cb
Complementary Color
#b999cb | #abcb99 |
#b999cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b999cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b999cb Color CSS Codes
.mybgcolor {background-color:#b999cb; } .myforecolor {color:#b999cb; } .mybordercolor {border:3px solid #b999cb; }
#b999cb Text Font Color
<p style="color:#b999cb">Text here</p>
This sample text font color is #b999cb
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.
#b999cb Background Color
<div style="background-color:#b999cb">
Div content here</div>
This div background color is #b999cb
#b999cb Border Color
<div style="border:3px solid #b999cb">
Div here</div>
This div border color is #b999cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,153,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b999cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b999cb; -webkit-box-shadow: 1px 1px 3px 2px #b999cb; box-shadow: 1px 1px 3px 2px #b999cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,153,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b999cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b999cb; -webkit-box-shadow: 1px 1px 3px 2px #b999cb; box-shadow: 1px 1px 3px 2px #b999cb;">
Div content here</div>
This div box has shadow with color #b999cb
#b999cb Color Palettes
Comments
No comments written yet.
Please login to write comment.