Color spaces of #bcb8de
RGB | 188 | 184 | 222 |
---|---|---|---|
HSL | 0.68 | 0.37 | 0.80 |
HSV | 246° | 17° | 87° |
CMYK | 0.15 | 0.17 | 0.00 0.13 |
XYZ | 51.0643 | 50.2463 | 76.1144 |
Yxy | 50.2463 | 0.2878 | 0.2832 |
Hunter Lab | 70.8846 | 4.5408 | -14.0451 |
CIE-Lab | 76.2202 | 8.9703 | -18.4999 |
#bcb8de color RGB value is (188,184,222).
#bcb8de hex color red value is 188, green value is 184 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcb8de hue: 0.68 , saturation: 0.37 and the lightness value of bcb8de is 0.80.
The process color (four color CMYK) of #bcb8de color hex is 0.15, 0.17, 0.00, 0.13. Web safe color of #bcb8de is #cccccc. Color #bcb8de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111000 | 11011110 |
Octal | 274 | 270 | 336 |
Decimal | 188 | 184 | 222 |
Hex | BC | B8 | DE |
Shades of #bcb8de
Tints of #bcb8de
RGB Percentages of Color #bcb8de
CMYK Percentages of Color #bcb8de
Complementary Color
#bcb8de | #dadeb8 |
#bcb8de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcb8de Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcb8de Color CSS Codes
.mybgcolor {background-color:#bcb8de; } .myforecolor {color:#bcb8de; } .mybordercolor {border:3px solid #bcb8de; }
#bcb8de Text Font Color
<p style="color:#bcb8de">Text here</p>
This sample text font color is #bcb8de
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.
#bcb8de Background Color
<div style="background-color:#bcb8de">
Div content here</div>
This div background color is #bcb8de
#bcb8de Border Color
<div style="border:3px solid #bcb8de">
Div here</div>
This div border color is #bcb8de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,184,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcb8de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcb8de; -webkit-box-shadow: 1px 1px 3px 2px #bcb8de; box-shadow: 1px 1px 3px 2px #bcb8de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,184,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcb8de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcb8de; -webkit-box-shadow: 1px 1px 3px 2px #bcb8de; box-shadow: 1px 1px 3px 2px #bcb8de;">
Div content here</div>
This div box has shadow with color #bcb8de
Comments
No comments written yet.
Please login to write comment.