Color spaces of #bbd5bb
RGB | 187 | 213 | 187 |
---|---|---|---|
HSL | 0.33 | 0.24 | 0.78 |
HSV | 120° | 12° | 84° |
CMYK | 0.12 | 0.00 | 0.12 0.16 |
XYZ | 53.2574 | 61.7412 | 56.1240 |
Yxy | 61.7412 | 0.3112 | 0.3608 |
Hunter Lab | 78.5756 | -16.5225 | 12.6540 |
CIE-Lab | 82.7756 | -13.5482 | 9.9439 |
#bbd5bb color RGB value is (187,213,187).
#bbd5bb hex color red value is 187, green value is 213 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bbd5bb hue: 0.33 , saturation: 0.24 and the lightness value of bbd5bb is 0.78.
The process color (four color CMYK) of #bbd5bb color hex is 0.12, 0.00, 0.12, 0.16. Web safe color of #bbd5bb is #cccccc. Color #bbd5bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11010101 | 10111011 |
Octal | 273 | 325 | 273 |
Decimal | 187 | 213 | 187 |
Hex | BB | D5 | BB |
Shades of #bbd5bb
Tints of #bbd5bb
RGB Percentages of Color #bbd5bb
CMYK Percentages of Color #bbd5bb
Complementary Color
#bbd5bb | #d5bbd5 |
#bbd5bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd5bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd5bb Color CSS Codes
.mybgcolor {background-color:#bbd5bb; } .myforecolor {color:#bbd5bb; } .mybordercolor {border:3px solid #bbd5bb; }
#bbd5bb Text Font Color
<p style="color:#bbd5bb">Text here</p>
This sample text font color is #bbd5bb
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.
#bbd5bb Background Color
<div style="background-color:#bbd5bb">
Div content here</div>
This div background color is #bbd5bb
#bbd5bb Border Color
<div style="border:3px solid #bbd5bb">
Div here</div>
This div border color is #bbd5bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,213,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd5bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd5bb; -webkit-box-shadow: 1px 1px 3px 2px #bbd5bb; box-shadow: 1px 1px 3px 2px #bbd5bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,213,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbd5bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd5bb; -webkit-box-shadow: 1px 1px 3px 2px #bbd5bb; box-shadow: 1px 1px 3px 2px #bbd5bb;">
Div content here</div>
This div box has shadow with color #bbd5bb
Comments
No comments written yet.
Please login to write comment.