Color spaces of #bbded1
RGB | 187 | 222 | 209 |
---|---|---|---|
HSL | 0.44 | 0.35 | 0.80 |
HSV | 158° | 16° | 87° |
CMYK | 0.16 | 0.00 | 0.06 0.13 |
XYZ | 58.1234 | 67.4108 | 70.2698 |
Yxy | 67.4108 | 0.2968 | 0.3443 |
Hunter Lab | 82.1041 | -17.3178 | 6.7288 |
CIE-Lab | 85.7110 | -14.0105 | 2.5283 |
#bbded1 color RGB value is (187,222,209).
#bbded1 hex color red value is 187, green value is 222 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bbded1 hue: 0.44 , saturation: 0.35 and the lightness value of bbded1 is 0.80.
The process color (four color CMYK) of #bbded1 color hex is 0.16, 0.00, 0.06, 0.13. Web safe color of #bbded1 is #cccccc. Color #bbded1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011110 | 11010001 |
Octal | 273 | 336 | 321 |
Decimal | 187 | 222 | 209 |
Hex | BB | DE | D1 |
Shades of #bbded1
Tints of #bbded1
RGB Percentages of Color #bbded1
CMYK Percentages of Color #bbded1
Complementary Color
#bbded1 | #debbc8 |
#bbded1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbded1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbded1 Color CSS Codes
.mybgcolor {background-color:#bbded1; } .myforecolor {color:#bbded1; } .mybordercolor {border:3px solid #bbded1; }
#bbded1 Text Font Color
<p style="color:#bbded1">Text here</p>
This sample text font color is #bbded1
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.
#bbded1 Background Color
<div style="background-color:#bbded1">
Div content here</div>
This div background color is #bbded1
#bbded1 Border Color
<div style="border:3px solid #bbded1">
Div here</div>
This div border color is #bbded1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,222,209, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbded1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbded1; -webkit-box-shadow: 1px 1px 3px 2px #bbded1; box-shadow: 1px 1px 3px 2px #bbded1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,222,209, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbded1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbded1; -webkit-box-shadow: 1px 1px 3px 2px #bbded1; box-shadow: 1px 1px 3px 2px #bbded1;">
Div content here</div>
This div box has shadow with color #bbded1
Comments
No comments written yet.
Please login to write comment.