Color spaces of #bbe8fa
RGB | 187 | 232 | 250 |
---|---|---|---|
HSL | 0.55 | 0.86 | 0.86 |
HSV | 197° | 25° | 98° |
CMYK | 0.25 | 0.07 | 0.00 0.02 |
XYZ | 66.6054 | 75.1801 | 101.4432 |
Yxy | 75.1801 | 0.2738 | 0.3091 |
Hunter Lab | 86.7065 | -14.6178 | -8.6725 |
CIE-Lab | 89.4773 | -10.5303 | -13.4795 |
#bbe8fa color RGB value is (187,232,250).
#bbe8fa hex color red value is 187, green value is 232 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bbe8fa hue: 0.55 , saturation: 0.86 and the lightness value of bbe8fa is 0.86.
The process color (four color CMYK) of #bbe8fa color hex is 0.25, 0.07, 0.00, 0.02. Web safe color of #bbe8fa is #ccffff. Color #bbe8fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101000 | 11111010 |
Octal | 273 | 350 | 372 |
Decimal | 187 | 232 | 250 |
Hex | BB | E8 | FA |
Shades of #bbe8fa
Tints of #bbe8fa
RGB Percentages of Color #bbe8fa
CMYK Percentages of Color #bbe8fa
Complementary Color
#bbe8fa | #facdbb |
#bbe8fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe8fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe8fa Color CSS Codes
.mybgcolor {background-color:#bbe8fa; } .myforecolor {color:#bbe8fa; } .mybordercolor {border:3px solid #bbe8fa; }
#bbe8fa Text Font Color
<p style="color:#bbe8fa">Text here</p>
This sample text font color is #bbe8fa
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.
#bbe8fa Background Color
<div style="background-color:#bbe8fa">
Div content here</div>
This div background color is #bbe8fa
#bbe8fa Border Color
<div style="border:3px solid #bbe8fa">
Div here</div>
This div border color is #bbe8fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,232,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe8fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe8fa; -webkit-box-shadow: 1px 1px 3px 2px #bbe8fa; box-shadow: 1px 1px 3px 2px #bbe8fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,232,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbe8fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe8fa; -webkit-box-shadow: 1px 1px 3px 2px #bbe8fa; box-shadow: 1px 1px 3px 2px #bbe8fa;">
Div content here</div>
This div box has shadow with color #bbe8fa
Comments
No comments written yet.
Please login to write comment.