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