Color spaces of #bcbecd
RGB | 188 | 190 | 205 |
---|---|---|---|
HSL | 0.65 | 0.15 | 0.77 |
HSV | 233° | 8° | 80° |
CMYK | 0.08 | 0.07 | 0.00 0.20 |
XYZ | 50.1719 | 51.9261 | 65.1360 |
Yxy | 51.9261 | 0.3000 | 0.3105 |
Hunter Lab | 72.0598 | -1.8233 | -3.1514 |
CIE-Lab | 77.2366 | 2.2073 | -7.7668 |
#bcbecd color RGB value is (188,190,205).
#bcbecd hex color red value is 188, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcbecd hue: 0.65 , saturation: 0.15 and the lightness value of bcbecd is 0.77.
The process color (four color CMYK) of #bcbecd color hex is 0.08, 0.07, 0.00, 0.20. Web safe color of #bcbecd is #cccccc. Color #bcbecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111110 | 11001101 |
Octal | 274 | 276 | 315 |
Decimal | 188 | 190 | 205 |
Hex | BC | BE | CD |
Shades of #bcbecd
Tints of #bcbecd
RGB Percentages of Color #bcbecd
CMYK Percentages of Color #bcbecd
Complementary Color
#bcbecd | #cdcbbc |
#bcbecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbecd Color CSS Codes
.mybgcolor {background-color:#bcbecd; } .myforecolor {color:#bcbecd; } .mybordercolor {border:3px solid #bcbecd; }
#bcbecd Text Font Color
<p style="color:#bcbecd">Text here</p>
This sample text font color is #bcbecd
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.
#bcbecd Background Color
<div style="background-color:#bcbecd">
Div content here</div>
This div background color is #bcbecd
#bcbecd Border Color
<div style="border:3px solid #bcbecd">
Div here</div>
This div border color is #bcbecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,190,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbecd; -webkit-box-shadow: 1px 1px 3px 2px #bcbecd; box-shadow: 1px 1px 3px 2px #bcbecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,190,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbecd; -webkit-box-shadow: 1px 1px 3px 2px #bcbecd; box-shadow: 1px 1px 3px 2px #bcbecd;">
Div content here</div>
This div box has shadow with color #bcbecd
Comments
No comments written yet.
Please login to write comment.