Color spaces of #bcbeda
RGB | 188 | 190 | 218 |
---|---|---|---|
HSL | 0.66 | 0.29 | 0.80 |
HSV | 236° | 14° | 85° |
CMYK | 0.14 | 0.13 | 0.00 0.15 |
XYZ | 51.8074 | 52.5802 | 73.7481 |
Yxy | 52.5802 | 0.2908 | 0.2952 |
Hunter Lab | 72.5122 | 0.6356 | -9.5420 |
CIE-Lab | 77.6265 | 4.8708 | -14.2164 |
#bcbeda color RGB value is (188,190,218).
#bcbeda hex color red value is 188, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bcbeda hue: 0.66 , saturation: 0.29 and the lightness value of bcbeda is 0.80.
The process color (four color CMYK) of #bcbeda color hex is 0.14, 0.13, 0.00, 0.15. Web safe color of #bcbeda is #cccccc. Color #bcbeda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111110 | 11011010 |
Octal | 274 | 276 | 332 |
Decimal | 188 | 190 | 218 |
Hex | BC | BE | DA |
Shades of #bcbeda
Tints of #bcbeda
RGB Percentages of Color #bcbeda
CMYK Percentages of Color #bcbeda
Complementary Color
#bcbeda | #dad8bc |
#bcbeda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbeda Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbeda Color CSS Codes
.mybgcolor {background-color:#bcbeda; } .myforecolor {color:#bcbeda; } .mybordercolor {border:3px solid #bcbeda; }
#bcbeda Text Font Color
<p style="color:#bcbeda">Text here</p>
This sample text font color is #bcbeda
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.
#bcbeda Background Color
<div style="background-color:#bcbeda">
Div content here</div>
This div background color is #bcbeda
#bcbeda Border Color
<div style="border:3px solid #bcbeda">
Div here</div>
This div border color is #bcbeda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,190,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbeda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbeda; -webkit-box-shadow: 1px 1px 3px 2px #bcbeda; box-shadow: 1px 1px 3px 2px #bcbeda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,190,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbeda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbeda; -webkit-box-shadow: 1px 1px 3px 2px #bcbeda; box-shadow: 1px 1px 3px 2px #bcbeda;">
Div content here</div>
This div box has shadow with color #bcbeda
Comments
No comments written yet.
Please login to write comment.