Color spaces of #bcbeec
RGB | 188 | 190 | 236 |
---|---|---|---|
HSL | 0.66 | 0.56 | 0.83 |
HSV | 238° | 20° | 93° |
CMYK | 0.20 | 0.19 | 0.00 0.07 |
XYZ | 54.2928 | 53.5744 | 86.8362 |
Yxy | 53.5744 | 0.2788 | 0.2752 |
Hunter Lab | 73.1945 | 4.3138 | -19.1040 |
CIE-Lab | 78.2129 | 8.7728 | -23.0353 |
#bcbeec color RGB value is (188,190,236).
#bcbeec hex color red value is 188, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcbeec hue: 0.66 , saturation: 0.56 and the lightness value of bcbeec is 0.83.
The process color (four color CMYK) of #bcbeec color hex is 0.20, 0.19, 0.00, 0.07. Web safe color of #bcbeec is #ccccff. Color #bcbeec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10111110 | 11101100 |
Octal | 274 | 276 | 354 |
Decimal | 188 | 190 | 236 |
Hex | BC | BE | EC |
Shades of #bcbeec
Tints of #bcbeec
RGB Percentages of Color #bcbeec
CMYK Percentages of Color #bcbeec
Complementary Color
#bcbeec | #eceabc |
#bcbeec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcbeec Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcbeec Color CSS Codes
.mybgcolor {background-color:#bcbeec; } .myforecolor {color:#bcbeec; } .mybordercolor {border:3px solid #bcbeec; }
#bcbeec Text Font Color
<p style="color:#bcbeec">Text here</p>
This sample text font color is #bcbeec
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.
#bcbeec Background Color
<div style="background-color:#bcbeec">
Div content here</div>
This div background color is #bcbeec
#bcbeec Border Color
<div style="border:3px solid #bcbeec">
Div here</div>
This div border color is #bcbeec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,190,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcbeec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcbeec; -webkit-box-shadow: 1px 1px 3px 2px #bcbeec; box-shadow: 1px 1px 3px 2px #bcbeec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,190,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcbeec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcbeec; -webkit-box-shadow: 1px 1px 3px 2px #bcbeec; box-shadow: 1px 1px 3px 2px #bcbeec;">
Div content here</div>
This div box has shadow with color #bcbeec
Comments
No comments written yet.
Please login to write comment.