Shades of Moon Raker #BBAAE0
Tints of Moon Raker #BBAAE0
RGB
CMYK
RGB Variations
Color information
#BBAAE0 (or 0xBBAAE0) is known color: Moon Raker. HEX triplet: BB, AA and E0. RGB value is (187,170,224). Sum of RGB (Red+Green+Blue) = 187+170+224=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAE0 is #44551F. Grayscale: #B5B5B5. Windows color (decimal): -4478240 or 14723771. OLE color: 14723771.
HSL color Cylindrical-coordinate representation of color #BBAAE0: hue angle of 258.89º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAAE0 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 170 | 224 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.12 |
| HSL | 258.89º | 0.47% | 0.77% | - |
| HSV(B) | 258.89º | 0.24% | 0.88% | - |
| XYZ | 48.32 | 44.7 | 76.6 | - |
| YUV | 181.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 224 | 0.17 | 0.24 | 0 | 0.12 | 258.89 | 0.47 | 0.77 |
| Hex | BB | AA | E0 | 11 | 18 | 0 | C | 103 | 2F | 4D |
| Octal | 273 | 252 | 340 | 21 | 30 | 0 | 14 | 403 | 57 | 115 |
| Binary | 10111011 | 10101010 | 11100000 | 10001 | 11000 | 0 | 1100 | 100000011 | 101111 | 1001101 |
Color Harmonies of #BBAAE0
Complementary color
Monochromatic Colors of #BBAAE0
Black with #BBAAE0
Text Example
Text Example
White with #BBAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAE0; }
p { color: rgb(187,170,224); }
H1.HeaderClassName
{
color: #BBAAE0;
}
.AnyTagClassName
{
color: #BBAAE0;
}
</style>
background-color css
<style>
a { background-color: #BBAAE0; }
a { background-color: rgb(187,170,224); }
div.DivClassName
{
background-color: #BBAAE0;
}
.BgClassName
{
background-color: #BBAAE0;
}
</style>
border-color css
<style>
span { border-color: #BBAAE0; }
span { border-color: rgb(187,170,224); }
td.TdClassName
{
border-color: #BBAAE0;
}
.TagClassName
{
border-color: #BBAAE0;
}
</style>