Color spaces of #bbbdd9
RGB | 187 | 189 | 217 |
---|---|---|---|
HSL | 0.66 | 0.28 | 0.79 |
HSV | 236° | 14° | 85° |
CMYK | 0.14 | 0.13 | 0.00 0.15 |
XYZ | 51.2155 | 51.9697 | 72.9775 |
Yxy | 51.9697 | 0.2907 | 0.2950 |
Hunter Lab | 72.0900 | 0.6557 | -9.5569 |
CIE-Lab | 77.2627 | 4.8774 | -14.2297 |
#bbbdd9 color RGB value is (187,189,217).
#bbbdd9 hex color red value is 187, green value is 189 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bbbdd9 hue: 0.66 , saturation: 0.28 and the lightness value of bbbdd9 is 0.79.
The process color (four color CMYK) of #bbbdd9 color hex is 0.14, 0.13, 0.00, 0.15. Web safe color of #bbbdd9 is #cccccc. Color #bbbdd9 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111101 | 11011001 |
Octal | 273 | 275 | 331 |
Decimal | 187 | 189 | 217 |
Hex | BB | BD | D9 |
Shades of #bbbdd9
Tints of #bbbdd9
RGB Percentages of Color #bbbdd9
CMYK Percentages of Color #bbbdd9
Complementary Color
#bbbdd9 | #d9d7bb |
#bbbdd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbdd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbdd9 Color CSS Codes
.mybgcolor {background-color:#bbbdd9; } .myforecolor {color:#bbbdd9; } .mybordercolor {border:3px solid #bbbdd9; }
#bbbdd9 Text Font Color
<p style="color:#bbbdd9">Text here</p>
This sample text font color is #bbbdd9
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.
#bbbdd9 Background Color
<div style="background-color:#bbbdd9">
Div content here</div>
This div background color is #bbbdd9
#bbbdd9 Border Color
<div style="border:3px solid #bbbdd9">
Div here</div>
This div border color is #bbbdd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,189,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbdd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbdd9; -webkit-box-shadow: 1px 1px 3px 2px #bbbdd9; box-shadow: 1px 1px 3px 2px #bbbdd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,189,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbdd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbdd9; -webkit-box-shadow: 1px 1px 3px 2px #bbbdd9; box-shadow: 1px 1px 3px 2px #bbbdd9;">
Div content here</div>
This div box has shadow with color #bbbdd9
Comments
No comments written yet.
Please login to write comment.