Color spaces of #bcbedb
RGB | 188 | 190 | 219 |
---|---|---|---|
HSL | 0.66 | 0.30 | 0.80 |
HSV | 236° | 14° | 86° |
CMYK | 0.14 | 0.13 | 0.00 0.14 |
XYZ | 51.9387 | 52.6328 | 74.4395 |
Yxy | 52.6328 | 0.2901 | 0.2940 |
Hunter Lab | 72.5485 | 0.8314 | -10.0515 |
CIE-Lab | 77.6577 | 5.0811 | -14.7098 |
#bcbedb color RGB value is (188,190,219).
#bcbedb hex color red value is 188, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bcbedb hue: 0.66 , saturation: 0.30 and the lightness value of bcbedb is 0.80.
The process color (four color CMYK) of #bcbedb color hex is 0.14, 0.13, 0.00, 0.14. Web safe color of #bcbedb is #cccccc. Color #bcbedb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111110 | 11011011 |
Octal | 274 | 276 | 333 |
Decimal | 188 | 190 | 219 |
Hex | BC | BE | DB |
Shades of #bcbedb
Tints of #bcbedb
RGB Percentages of Color #bcbedb
CMYK Percentages of Color #bcbedb
Complementary Color
#bcbedb | #dbd9bc |
#bcbedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbedb Color CSS Codes
.mybgcolor {background-color:#bcbedb; } .myforecolor {color:#bcbedb; } .mybordercolor {border:3px solid #bcbedb; }
#bcbedb Text Font Color
<p style="color:#bcbedb">Text here</p>
This sample text font color is #bcbedb
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.
#bcbedb Background Color
<div style="background-color:#bcbedb">
Div content here</div>
This div background color is #bcbedb
#bcbedb Border Color
<div style="border:3px solid #bcbedb">
Div here</div>
This div border color is #bcbedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,190,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbedb; -webkit-box-shadow: 1px 1px 3px 2px #bcbedb; box-shadow: 1px 1px 3px 2px #bcbedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,190,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbedb; -webkit-box-shadow: 1px 1px 3px 2px #bcbedb; box-shadow: 1px 1px 3px 2px #bcbedb;">
Div content here</div>
This div box has shadow with color #bcbedb
Comments
No comments written yet.
Please login to write comment.