Shades of Moon Raker #BBAAE5
Tints of Moon Raker #BBAAE5
RGB
CMYK
RGB Variations
Color information
#BBAAE5 (or 0xBBAAE5) is known color: Moon Raker. HEX triplet: BB, AA and E5. RGB value is (187,170,229). Sum of RGB (Red+Green+Blue) = 187+170+229=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAE5 is #44551A. Grayscale: #B5B5B5. Windows color (decimal): -4478235 or 15051451. OLE color: 15051451.
HSL color Cylindrical-coordinate representation of color #BBAAE5: hue angle of 257.29º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAAE5 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 170 | 229 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.10 |
| HSL | 257.29º | 0.53% | 0.78% | - |
| HSV(B) | 257.29º | 0.26% | 0.9% | - |
| XYZ | 49.01 | 44.97 | 80.23 | - |
| YUV | 181.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 229 | 0.18 | 0.26 | 0 | 0.10 | 257.29 | 0.53 | 0.78 |
| Hex | BB | AA | E5 | 12 | 1A | 0 | A | 101 | 35 | 4E |
| Octal | 273 | 252 | 345 | 22 | 32 | 0 | 12 | 401 | 65 | 116 |
| Binary | 10111011 | 10101010 | 11100101 | 10010 | 11010 | 0 | 1010 | 100000001 | 110101 | 1001110 |
Color Harmonies of #BBAAE5
Complementary color
Monochromatic Colors of #BBAAE5
Black with #BBAAE5
Text Example
Text Example
White with #BBAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAE5; }
p { color: rgb(187,170,229); }
H1.HeaderClassName
{
color: #BBAAE5;
}
.AnyTagClassName
{
color: #BBAAE5;
}
</style>
background-color css
<style>
a { background-color: #BBAAE5; }
a { background-color: rgb(187,170,229); }
div.DivClassName
{
background-color: #BBAAE5;
}
.BgClassName
{
background-color: #BBAAE5;
}
</style>
border-color css
<style>
span { border-color: #BBAAE5; }
span { border-color: rgb(187,170,229); }
td.TdClassName
{
border-color: #BBAAE5;
}
.TagClassName
{
border-color: #BBAAE5;
}
</style>