Color spaces of #bbebfc
RGB | 187 | 235 | 252 |
---|---|---|---|
HSL | 0.54 | 0.92 | 0.86 |
HSV | 196° | 26° | 99° |
CMYK | 0.26 | 0.07 | 0.00 0.01 |
XYZ | 67.7725 | 77.0097 | 103.3878 |
Yxy | 77.0097 | 0.2731 | 0.3103 |
Hunter Lab | 87.7552 | -15.7177 | -8.4232 |
CIE-Lab | 90.3261 | -11.6099 | -13.2563 |
#bbebfc color RGB value is (187,235,252).
#bbebfc hex color red value is 187, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbebfc hue: 0.54 , saturation: 0.92 and the lightness value of bbebfc is 0.86.
The process color (four color CMYK) of #bbebfc color hex is 0.26, 0.07, 0.00, 0.01. Web safe color of #bbebfc is #ccffff. Color #bbebfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101011 | 11111100 |
Octal | 273 | 353 | 374 |
Decimal | 187 | 235 | 252 |
Hex | BB | EB | FC |
Shades of #bbebfc
Tints of #bbebfc
RGB Percentages of Color #bbebfc
CMYK Percentages of Color #bbebfc
Complementary Color
#bbebfc | #fcccbb |
#bbebfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbebfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbebfc Color CSS Codes
.mybgcolor {background-color:#bbebfc; } .myforecolor {color:#bbebfc; } .mybordercolor {border:3px solid #bbebfc; }
#bbebfc Text Font Color
<p style="color:#bbebfc">Text here</p>
This sample text font color is #bbebfc
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.
#bbebfc Background Color
<div style="background-color:#bbebfc">
Div content here</div>
This div background color is #bbebfc
#bbebfc Border Color
<div style="border:3px solid #bbebfc">
Div here</div>
This div border color is #bbebfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,235,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbebfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbebfc; -webkit-box-shadow: 1px 1px 3px 2px #bbebfc; box-shadow: 1px 1px 3px 2px #bbebfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,235,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 #bbebfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbebfc; -webkit-box-shadow: 1px 1px 3px 2px #bbebfc; box-shadow: 1px 1px 3px 2px #bbebfc;">
Div content here</div>
This div box has shadow with color #bbebfc
Comments
No comments written yet.
Please login to write comment.