Color spaces of #bccbf1
RGB | 188 | 203 | 241 |
---|---|---|---|
HSL | 0.62 | 0.65 | 0.84 |
HSV | 223° | 22° | 95° |
CMYK | 0.22 | 0.16 | 0.00 0.05 |
XYZ | 57.9722 | 59.7541 | 91.6973 |
Yxy | 59.7541 | 0.2768 | 0.2853 |
Hunter Lab | 77.3008 | -1.4092 | -16.2216 |
CIE-Lab | 81.7043 | 2.8911 | -20.4139 |
#bccbf1 color RGB value is (188,203,241).
#bccbf1 hex color red value is 188, green value is 203 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bccbf1 hue: 0.62 , saturation: 0.65 and the lightness value of bccbf1 is 0.84.
The process color (four color CMYK) of #bccbf1 color hex is 0.22, 0.16, 0.00, 0.05. Web safe color of #bccbf1 is #ccccff. Color #bccbf1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001011 | 11110001 |
Octal | 274 | 313 | 361 |
Decimal | 188 | 203 | 241 |
Hex | BC | CB | F1 |
Shades of #bccbf1
Tints of #bccbf1
RGB Percentages of Color #bccbf1
CMYK Percentages of Color #bccbf1
Complementary Color
#bccbf1 | #f1e2bc |
#bccbf1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccbf1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccbf1 Color CSS Codes
.mybgcolor {background-color:#bccbf1; } .myforecolor {color:#bccbf1; } .mybordercolor {border:3px solid #bccbf1; }
#bccbf1 Text Font Color
<p style="color:#bccbf1">Text here</p>
This sample text font color is #bccbf1
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.
#bccbf1 Background Color
<div style="background-color:#bccbf1">
Div content here</div>
This div background color is #bccbf1
#bccbf1 Border Color
<div style="border:3px solid #bccbf1">
Div here</div>
This div border color is #bccbf1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,203,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccbf1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccbf1; -webkit-box-shadow: 1px 1px 3px 2px #bccbf1; box-shadow: 1px 1px 3px 2px #bccbf1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,203,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bccbf1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccbf1; -webkit-box-shadow: 1px 1px 3px 2px #bccbf1; box-shadow: 1px 1px 3px 2px #bccbf1;">
Div content here</div>
This div box has shadow with color #bccbf1
Comments
No comments written yet.
Please login to write comment.