Color spaces of #bcceff
RGB | 188 | 206 | 255 |
---|---|---|---|
HSL | 0.62 | 1.00 | 0.87 |
HSV | 224° | 26° | 100° |
CMYK | 0.26 | 0.19 | 0.00 0.00 |
XYZ | 60.8603 | 62.0540 | 103.3777 |
Yxy | 62.0540 | 0.2689 | 0.2742 |
Hunter Lab | 78.7744 | 0.0522 | -22.6658 |
CIE-Lab | 82.9421 | 4.4836 | -25.9809 |
#bcceff color RGB value is (188,206,255).
#bcceff hex color red value is 188, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bcceff hue: 0.62 , saturation: 1.00 and the lightness value of bcceff is 0.87.
The process color (four color CMYK) of #bcceff color hex is 0.26, 0.19, 0.00, 0.00. Web safe color of #bcceff is #ccccff. Color #bcceff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001110 | 11111111 |
Octal | 274 | 316 | 377 |
Decimal | 188 | 206 | 255 |
Hex | BC | CE | FF |
Shades of #bcceff
Tints of #bcceff
RGB Percentages of Color #bcceff
CMYK Percentages of Color #bcceff
Complementary Color
#bcceff | #ffedbc |
#bcceff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcceff Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcceff Color CSS Codes
.mybgcolor {background-color:#bcceff; } .myforecolor {color:#bcceff; } .mybordercolor {border:3px solid #bcceff; }
#bcceff Text Font Color
<p style="color:#bcceff">Text here</p>
This sample text font color is #bcceff
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.
#bcceff Background Color
<div style="background-color:#bcceff">
Div content here</div>
This div background color is #bcceff
#bcceff Border Color
<div style="border:3px solid #bcceff">
Div here</div>
This div border color is #bcceff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,206,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcceff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcceff; -webkit-box-shadow: 1px 1px 3px 2px #bcceff; box-shadow: 1px 1px 3px 2px #bcceff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,206,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcceff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcceff; -webkit-box-shadow: 1px 1px 3px 2px #bcceff; box-shadow: 1px 1px 3px 2px #bcceff;">
Div content here</div>
This div box has shadow with color #bcceff
Comments
No comments written yet.
Please login to write comment.