Color spaces of #bbdbba
RGB | 187 | 219 | 186 |
---|---|---|---|
HSL | 0.33 | 0.31 | 0.79 |
HSV | 118° | 15° | 86° |
CMYK | 0.15 | 0.00 | 0.15 0.14 |
XYZ | 54.6880 | 64.7730 | 56.0745 |
Yxy | 64.7730 | 0.3115 | 0.3690 |
Hunter Lab | 80.4817 | -19.5506 | 15.0277 |
CIE-Lab | 84.3666 | -16.7477 | 12.7342 |
#bbdbba color RGB value is (187,219,186).
#bbdbba hex color red value is 187, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bbdbba hue: 0.33 , saturation: 0.31 and the lightness value of bbdbba is 0.79.
The process color (four color CMYK) of #bbdbba color hex is 0.15, 0.00, 0.15, 0.14. Web safe color of #bbdbba is #cccccc. Color #bbdbba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011011 | 10111010 |
Octal | 273 | 333 | 272 |
Decimal | 187 | 219 | 186 |
Hex | BB | DB | BA |
Shades of #bbdbba
Tints of #bbdbba
RGB Percentages of Color #bbdbba
CMYK Percentages of Color #bbdbba
Complementary Color
#bbdbba | #dabadb |
#bbdbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdbba Color CSS Codes
.mybgcolor {background-color:#bbdbba; } .myforecolor {color:#bbdbba; } .mybordercolor {border:3px solid #bbdbba; }
#bbdbba Text Font Color
<p style="color:#bbdbba">Text here</p>
This sample text font color is #bbdbba
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.
#bbdbba Background Color
<div style="background-color:#bbdbba">
Div content here</div>
This div background color is #bbdbba
#bbdbba Border Color
<div style="border:3px solid #bbdbba">
Div here</div>
This div border color is #bbdbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,219,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdbba; -webkit-box-shadow: 1px 1px 3px 2px #bbdbba; box-shadow: 1px 1px 3px 2px #bbdbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,219,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbdbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdbba; -webkit-box-shadow: 1px 1px 3px 2px #bbdbba; box-shadow: 1px 1px 3px 2px #bbdbba;">
Div content here</div>
This div box has shadow with color #bbdbba
Comments
No comments written yet.
Please login to write comment.