Color spaces of #bbbffc
RGB | 187 | 191 | 252 |
---|---|---|---|
HSL | 0.66 | 0.92 | 0.86 |
HSV | 236° | 26° | 99° |
CMYK | 0.26 | 0.24 | 0.00 0.01 |
XYZ | 56.6950 | 54.8547 | 99.6953 |
Yxy | 54.8547 | 0.2684 | 0.2597 |
Hunter Lab | 74.0640 | 7.0275 | -27.9637 |
CIE-Lab | 78.9575 | 11.5938 | -30.4887 |
#bbbffc color RGB value is (187,191,252).
#bbbffc hex color red value is 187, green value is 191 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbbffc hue: 0.66 , saturation: 0.92 and the lightness value of bbbffc is 0.86.
The process color (four color CMYK) of #bbbffc color hex is 0.26, 0.24, 0.00, 0.01. Web safe color of #bbbffc is #ccccff. Color #bbbffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111111 | 11111100 |
Octal | 273 | 277 | 374 |
Decimal | 187 | 191 | 252 |
Hex | BB | BF | FC |
Shades of #bbbffc
Tints of #bbbffc
RGB Percentages of Color #bbbffc
CMYK Percentages of Color #bbbffc
Complementary Color
#bbbffc | #fcf8bb |
#bbbffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbffc Color CSS Codes
.mybgcolor {background-color:#bbbffc; } .myforecolor {color:#bbbffc; } .mybordercolor {border:3px solid #bbbffc; }
#bbbffc Text Font Color
<p style="color:#bbbffc">Text here</p>
This sample text font color is #bbbffc
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.
#bbbffc Background Color
<div style="background-color:#bbbffc">
Div content here</div>
This div background color is #bbbffc
#bbbffc Border Color
<div style="border:3px solid #bbbffc">
Div here</div>
This div border color is #bbbffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,191,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbffc; -webkit-box-shadow: 1px 1px 3px 2px #bbbffc; box-shadow: 1px 1px 3px 2px #bbbffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,191,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 #bbbffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbffc; -webkit-box-shadow: 1px 1px 3px 2px #bbbffc; box-shadow: 1px 1px 3px 2px #bbbffc;">
Div content here</div>
This div box has shadow with color #bbbffc
Comments
No comments written yet.
Please login to write comment.