Color spaces of #bbe4fa
RGB | 187 | 228 | 250 |
---|---|---|---|
HSL | 0.56 | 0.86 | 0.86 |
HSV | 201° | 25° | 98° |
CMYK | 0.25 | 0.09 | 0.00 0.02 |
XYZ | 65.4922 | 72.9537 | 101.0721 |
Yxy | 72.9537 | 0.2734 | 0.3046 |
Hunter Lab | 85.4129 | -12.6039 | -10.3709 |
CIE-Lab | 88.4256 | -8.4854 | -15.0542 |
#bbe4fa color RGB value is (187,228,250).
#bbe4fa hex color red value is 187, green value is 228 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bbe4fa hue: 0.56 , saturation: 0.86 and the lightness value of bbe4fa is 0.86.
The process color (four color CMYK) of #bbe4fa color hex is 0.25, 0.09, 0.00, 0.02. Web safe color of #bbe4fa is #ccccff. Color #bbe4fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100100 | 11111010 |
Octal | 273 | 344 | 372 |
Decimal | 187 | 228 | 250 |
Hex | BB | E4 | FA |
Shades of #bbe4fa
Tints of #bbe4fa
RGB Percentages of Color #bbe4fa
CMYK Percentages of Color #bbe4fa
Complementary Color
#bbe4fa | #fad1bb |
#bbe4fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe4fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe4fa Color CSS Codes
.mybgcolor {background-color:#bbe4fa; } .myforecolor {color:#bbe4fa; } .mybordercolor {border:3px solid #bbe4fa; }
#bbe4fa Text Font Color
<p style="color:#bbe4fa">Text here</p>
This sample text font color is #bbe4fa
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.
#bbe4fa Background Color
<div style="background-color:#bbe4fa">
Div content here</div>
This div background color is #bbe4fa
#bbe4fa Border Color
<div style="border:3px solid #bbe4fa">
Div here</div>
This div border color is #bbe4fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,228,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe4fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe4fa; -webkit-box-shadow: 1px 1px 3px 2px #bbe4fa; box-shadow: 1px 1px 3px 2px #bbe4fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,228,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 #bbe4fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe4fa; -webkit-box-shadow: 1px 1px 3px 2px #bbe4fa; box-shadow: 1px 1px 3px 2px #bbe4fa;">
Div content here</div>
This div box has shadow with color #bbe4fa
Comments
No comments written yet.
Please login to write comment.