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