Color spaces of #bbbecd
RGB | 187 | 190 | 205 |
---|---|---|---|
HSL | 0.64 | 0.15 | 0.77 |
HSV | 230° | 9° | 80° |
CMYK | 0.09 | 0.07 | 0.00 0.20 |
XYZ | 49.9264 | 51.7995 | 65.1245 |
Yxy | 51.7995 | 0.2992 | 0.3105 |
Hunter Lab | 71.9719 | -2.1265 | -3.2689 |
CIE-Lab | 77.1608 | 1.8740 | -7.8876 |
#bbbecd color RGB value is (187,190,205).
#bbbecd hex color red value is 187, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bbbecd hue: 0.64 , saturation: 0.15 and the lightness value of bbbecd is 0.77.
The process color (four color CMYK) of #bbbecd color hex is 0.09, 0.07, 0.00, 0.20. Web safe color of #bbbecd is #cccccc. Color #bbbecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111110 | 11001101 |
Octal | 273 | 276 | 315 |
Decimal | 187 | 190 | 205 |
Hex | BB | BE | CD |
Shades of #bbbecd
Tints of #bbbecd
RGB Percentages of Color #bbbecd
CMYK Percentages of Color #bbbecd
Complementary Color
#bbbecd | #cdcabb |
#bbbecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbecd Color CSS Codes
.mybgcolor {background-color:#bbbecd; } .myforecolor {color:#bbbecd; } .mybordercolor {border:3px solid #bbbecd; }
#bbbecd Text Font Color
<p style="color:#bbbecd">Text here</p>
This sample text font color is #bbbecd
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.
#bbbecd Background Color
<div style="background-color:#bbbecd">
Div content here</div>
This div background color is #bbbecd
#bbbecd Border Color
<div style="border:3px solid #bbbecd">
Div here</div>
This div border color is #bbbecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,190,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbecd; -webkit-box-shadow: 1px 1px 3px 2px #bbbecd; box-shadow: 1px 1px 3px 2px #bbbecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,190,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 #bbbecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbecd; -webkit-box-shadow: 1px 1px 3px 2px #bbbecd; box-shadow: 1px 1px 3px 2px #bbbecd;">
Div content here</div>
This div box has shadow with color #bbbecd
Comments
No comments written yet.
Please login to write comment.