Color spaces of #bbebcd
RGB | 187 | 235 | 205 |
---|---|---|---|
HSL | 0.40 | 0.55 | 0.83 |
HSV | 143° | 20° | 92° |
CMYK | 0.20 | 0.00 | 0.13 0.08 |
XYZ | 61.2213 | 74.3892 | 68.8895 |
Yxy | 74.3892 | 0.2994 | 0.3638 |
Hunter Lab | 86.2492 | -24.2334 | 13.0179 |
CIE-Lab | 89.1061 | -21.2349 | 9.5211 |
#bbebcd color RGB value is (187,235,205).
#bbebcd hex color red value is 187, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbebcd hue: 0.40 , saturation: 0.55 and the lightness value of bbebcd is 0.83.
The process color (four color CMYK) of #bbebcd color hex is 0.20, 0.00, 0.13, 0.08. Web safe color of #bbebcd is #ccffcc. Color #bbebcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101011 | 11001101 |
Octal | 273 | 353 | 315 |
Decimal | 187 | 235 | 205 |
Hex | BB | EB | CD |
Shades of #bbebcd
Tints of #bbebcd
RGB Percentages of Color #bbebcd
CMYK Percentages of Color #bbebcd
Complementary Color
#bbebcd | #ebbbd9 |
#bbebcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbebcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbebcd Color CSS Codes
.mybgcolor {background-color:#bbebcd; } .myforecolor {color:#bbebcd; } .mybordercolor {border:3px solid #bbebcd; }
#bbebcd Text Font Color
<p style="color:#bbebcd">Text here</p>
This sample text font color is #bbebcd
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.
#bbebcd Background Color
<div style="background-color:#bbebcd">
Div content here</div>
This div background color is #bbebcd
#bbebcd Border Color
<div style="border:3px solid #bbebcd">
Div here</div>
This div border color is #bbebcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,235,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbebcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbebcd; -webkit-box-shadow: 1px 1px 3px 2px #bbebcd; box-shadow: 1px 1px 3px 2px #bbebcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,235,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbebcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbebcd; -webkit-box-shadow: 1px 1px 3px 2px #bbebcd; box-shadow: 1px 1px 3px 2px #bbebcd;">
Div content here</div>
This div box has shadow with color #bbebcd
Comments
No comments written yet.
Please login to write comment.