Color spaces of #bbaee8
RGB | 187 | 174 | 232 |
---|---|---|---|
HSL | 0.70 | 0.56 | 0.80 |
HSV | 253° | 25° | 91° |
CMYK | 0.19 | 0.25 | 0.00 0.09 |
XYZ | 50.1951 | 46.6631 | 82.7052 |
Yxy | 46.6631 | 0.2795 | 0.2599 |
Hunter Lab | 68.3104 | 11.6202 | -23.9667 |
CIE-Lab | 73.9738 | 16.3337 | -27.3552 |
#bbaee8 color RGB value is (187,174,232).
#bbaee8 hex color red value is 187, green value is 174 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #bbaee8 hue: 0.70 , saturation: 0.56 and the lightness value of bbaee8 is 0.80.
The process color (four color CMYK) of #bbaee8 color hex is 0.19, 0.25, 0.00, 0.09. Web safe color of #bbaee8 is #cc99ff. Color #bbaee8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101110 | 11101000 |
Octal | 273 | 256 | 350 |
Decimal | 187 | 174 | 232 |
Hex | BB | AE | E8 |
Shades of #bbaee8
Tints of #bbaee8
RGB Percentages of Color #bbaee8
CMYK Percentages of Color #bbaee8
Complementary Color
#bbaee8 | #dbe8ae |
#bbaee8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbaee8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbaee8 Color CSS Codes
.mybgcolor {background-color:#bbaee8; } .myforecolor {color:#bbaee8; } .mybordercolor {border:3px solid #bbaee8; }
#bbaee8 Text Font Color
<p style="color:#bbaee8">Text here</p>
This sample text font color is #bbaee8
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.
#bbaee8 Background Color
<div style="background-color:#bbaee8">
Div content here</div>
This div background color is #bbaee8
#bbaee8 Border Color
<div style="border:3px solid #bbaee8">
Div here</div>
This div border color is #bbaee8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,174,232, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbaee8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbaee8; -webkit-box-shadow: 1px 1px 3px 2px #bbaee8; box-shadow: 1px 1px 3px 2px #bbaee8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,174,232, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbaee8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbaee8; -webkit-box-shadow: 1px 1px 3px 2px #bbaee8; box-shadow: 1px 1px 3px 2px #bbaee8;">
Div content here</div>
This div box has shadow with color #bbaee8
Comments
No comments written yet.
Please login to write comment.