Color spaces of #bcdbdd
RGB | 188 | 219 | 221 |
---|---|---|---|
HSL | 0.51 | 0.33 | 0.80 |
HSV | 184° | 15° | 87° |
CMYK | 0.15 | 0.01 | 0.00 0.13 |
XYZ | 59.1217 | 66.5749 | 78.1408 |
Yxy | 66.5749 | 0.2900 | 0.3266 |
Hunter Lab | 81.5934 | -13.4494 | 0.3343 |
CIE-Lab | 85.2888 | -9.7749 | -4.4258 |
#bcdbdd color RGB value is (188,219,221).
#bcdbdd hex color red value is 188, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bcdbdd hue: 0.51 , saturation: 0.33 and the lightness value of bcdbdd is 0.80.
The process color (four color CMYK) of #bcdbdd color hex is 0.15, 0.01, 0.00, 0.13. Web safe color of #bcdbdd is #cccccc. Color #bcdbdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011011 | 11011101 |
Octal | 274 | 333 | 335 |
Decimal | 188 | 219 | 221 |
Hex | BC | DB | DD |
Shades of #bcdbdd
Tints of #bcdbdd
RGB Percentages of Color #bcdbdd
CMYK Percentages of Color #bcdbdd
Complementary Color
#bcdbdd | #ddbebc |
#bcdbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdbdd Color CSS Codes
.mybgcolor {background-color:#bcdbdd; } .myforecolor {color:#bcdbdd; } .mybordercolor {border:3px solid #bcdbdd; }
#bcdbdd Text Font Color
<p style="color:#bcdbdd">Text here</p>
This sample text font color is #bcdbdd
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.
#bcdbdd Background Color
<div style="background-color:#bcdbdd">
Div content here</div>
This div background color is #bcdbdd
#bcdbdd Border Color
<div style="border:3px solid #bcdbdd">
Div here</div>
This div border color is #bcdbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,219,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdbdd; -webkit-box-shadow: 1px 1px 3px 2px #bcdbdd; box-shadow: 1px 1px 3px 2px #bcdbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,219,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdbdd; -webkit-box-shadow: 1px 1px 3px 2px #bcdbdd; box-shadow: 1px 1px 3px 2px #bcdbdd;">
Div content here</div>
This div box has shadow with color #bcdbdd
Comments
No comments written yet.
Please login to write comment.