Color spaces of #bbccfc
RGB | 187 | 204 | 252 |
---|---|---|---|
HSL | 0.62 | 0.92 | 0.86 |
HSV | 224° | 26° | 99° |
CMYK | 0.26 | 0.19 | 0.00 0.01 |
XYZ | 59.6571 | 60.7788 | 100.6827 |
Yxy | 60.7788 | 0.2698 | 0.2749 |
Hunter Lab | 77.9608 | 0.1604 | -21.9977 |
CIE-Lab | 82.2597 | 4.5662 | -25.4343 |
#bbccfc color RGB value is (187,204,252).
#bbccfc hex color red value is 187, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbccfc hue: 0.62 , saturation: 0.92 and the lightness value of bbccfc is 0.86.
The process color (four color CMYK) of #bbccfc color hex is 0.26, 0.19, 0.00, 0.01. Web safe color of #bbccfc is #ccccff. Color #bbccfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001100 | 11111100 |
Octal | 273 | 314 | 374 |
Decimal | 187 | 204 | 252 |
Hex | BB | CC | FC |
Shades of #bbccfc
Tints of #bbccfc
RGB Percentages of Color #bbccfc
CMYK Percentages of Color #bbccfc
Complementary Color
#bbccfc | #fcebbb |
#bbccfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbccfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbccfc Color CSS Codes
.mybgcolor {background-color:#bbccfc; } .myforecolor {color:#bbccfc; } .mybordercolor {border:3px solid #bbccfc; }
#bbccfc Text Font Color
<p style="color:#bbccfc">Text here</p>
This sample text font color is #bbccfc
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.
#bbccfc Background Color
<div style="background-color:#bbccfc">
Div content here</div>
This div background color is #bbccfc
#bbccfc Border Color
<div style="border:3px solid #bbccfc">
Div here</div>
This div border color is #bbccfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,204,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbccfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbccfc; -webkit-box-shadow: 1px 1px 3px 2px #bbccfc; box-shadow: 1px 1px 3px 2px #bbccfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,204,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbccfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbccfc; -webkit-box-shadow: 1px 1px 3px 2px #bbccfc; box-shadow: 1px 1px 3px 2px #bbccfc;">
Div content here</div>
This div box has shadow with color #bbccfc
Comments
No comments written yet.
Please login to write comment.