Color spaces of #bbbee5
RGB | 187 | 190 | 229 |
---|---|---|---|
HSL | 0.65 | 0.45 | 0.82 |
HSV | 236° | 18° | 90° |
CMYK | 0.18 | 0.17 | 0.00 0.10 |
XYZ | 53.0498 | 53.0488 | 81.5722 |
Yxy | 53.0488 | 0.2827 | 0.2827 |
Hunter Lab | 72.8346 | 2.5517 | -15.4185 |
CIE-Lab | 77.9038 | 6.9147 | -19.7421 |
#bbbee5 color RGB value is (187,190,229).
#bbbee5 hex color red value is 187, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bbbee5 hue: 0.65 , saturation: 0.45 and the lightness value of bbbee5 is 0.82.
The process color (four color CMYK) of #bbbee5 color hex is 0.18, 0.17, 0.00, 0.10. Web safe color of #bbbee5 is #cccccc. Color #bbbee5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111110 | 11100101 |
Octal | 273 | 276 | 345 |
Decimal | 187 | 190 | 229 |
Hex | BB | BE | E5 |
Shades of #bbbee5
Tints of #bbbee5
RGB Percentages of Color #bbbee5
CMYK Percentages of Color #bbbee5
Complementary Color
#bbbee5 | #e5e2bb |
#bbbee5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbee5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbee5 Color CSS Codes
.mybgcolor {background-color:#bbbee5; } .myforecolor {color:#bbbee5; } .mybordercolor {border:3px solid #bbbee5; }
#bbbee5 Text Font Color
<p style="color:#bbbee5">Text here</p>
This sample text font color is #bbbee5
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.
#bbbee5 Background Color
<div style="background-color:#bbbee5">
Div content here</div>
This div background color is #bbbee5
#bbbee5 Border Color
<div style="border:3px solid #bbbee5">
Div here</div>
This div border color is #bbbee5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,190,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbee5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbee5; -webkit-box-shadow: 1px 1px 3px 2px #bbbee5; box-shadow: 1px 1px 3px 2px #bbbee5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,190,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbee5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbee5; -webkit-box-shadow: 1px 1px 3px 2px #bbbee5; box-shadow: 1px 1px 3px 2px #bbbee5;">
Div content here</div>
This div box has shadow with color #bbbee5
Comments
No comments written yet.
Please login to write comment.