Color spaces of #bbb5dc
RGB | 187 | 181 | 220 |
---|---|---|---|
HSL | 0.69 | 0.36 | 0.79 |
HSV | 249° | 18° | 86° |
CMYK | 0.15 | 0.18 | 0.00 0.14 |
XYZ | 49.9357 | 48.7798 | 74.4937 |
Yxy | 48.7798 | 0.2883 | 0.2816 |
Hunter Lab | 69.8425 | 5.3987 | -14.3486 |
CIE-Lab | 75.3141 | 9.8588 | -18.7932 |
#bbb5dc color RGB value is (187,181,220).
#bbb5dc hex color red value is 187, green value is 181 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbb5dc hue: 0.69 , saturation: 0.36 and the lightness value of bbb5dc is 0.79.
The process color (four color CMYK) of #bbb5dc color hex is 0.15, 0.18, 0.00, 0.14. Web safe color of #bbb5dc is #cccccc. Color #bbb5dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10110101 | 11011100 |
Octal | 273 | 265 | 334 |
Decimal | 187 | 181 | 220 |
Hex | BB | B5 | DC |
Shades of #bbb5dc
Tints of #bbb5dc
RGB Percentages of Color #bbb5dc
CMYK Percentages of Color #bbb5dc
Complementary Color
#bbb5dc | #d6dcb5 |
#bbb5dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbb5dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbb5dc Color CSS Codes
.mybgcolor {background-color:#bbb5dc; } .myforecolor {color:#bbb5dc; } .mybordercolor {border:3px solid #bbb5dc; }
#bbb5dc Text Font Color
<p style="color:#bbb5dc">Text here</p>
This sample text font color is #bbb5dc
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.
#bbb5dc Background Color
<div style="background-color:#bbb5dc">
Div content here</div>
This div background color is #bbb5dc
#bbb5dc Border Color
<div style="border:3px solid #bbb5dc">
Div here</div>
This div border color is #bbb5dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,181,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbb5dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbb5dc; -webkit-box-shadow: 1px 1px 3px 2px #bbb5dc; box-shadow: 1px 1px 3px 2px #bbb5dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,181,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbb5dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb5dc; -webkit-box-shadow: 1px 1px 3px 2px #bbb5dc; box-shadow: 1px 1px 3px 2px #bbb5dc;">
Div content here</div>
This div box has shadow with color #bbb5dc
Comments
No comments written yet.
Please login to write comment.