Shades of Moon Raker #BBAAE4
Tints of Moon Raker #BBAAE4
RGB
CMYK
RGB Variations
Color information
#BBAAE4 (or 0xBBAAE4) is known color: Moon Raker. HEX triplet: BB, AA and E4. RGB value is (187,170,228). Sum of RGB (Red+Green+Blue) = 187+170+228=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBAAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAE4 is #44551B. Grayscale: #B5B5B5. Windows color (decimal): -4478236 or 14985915. OLE color: 14985915.
HSL color Cylindrical-coordinate representation of color #BBAAE4: hue angle of 257.59º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAAE4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 170 | 228 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.11 |
| HSL | 257.59º | 0.52% | 0.78% | - |
| HSV(B) | 257.59º | 0.25% | 0.89% | - |
| XYZ | 48.87 | 44.92 | 79.49 | - |
| YUV | 181.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 228 | 0.18 | 0.25 | 0 | 0.11 | 257.59 | 0.52 | 0.78 |
| Hex | BB | AA | E4 | 12 | 19 | 0 | B | 102 | 34 | 4E |
| Octal | 273 | 252 | 344 | 22 | 31 | 0 | 13 | 402 | 64 | 116 |
| Binary | 10111011 | 10101010 | 11100100 | 10010 | 11001 | 0 | 1011 | 100000010 | 110100 | 1001110 |
Color Harmonies of #BBAAE4
Complementary color
Monochromatic Colors of #BBAAE4
Black with #BBAAE4
Text Example
Text Example
White with #BBAAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAE4; }
p { color: rgb(187,170,228); }
H1.HeaderClassName
{
color: #BBAAE4;
}
.AnyTagClassName
{
color: #BBAAE4;
}
</style>
background-color css
<style>
a { background-color: #BBAAE4; }
a { background-color: rgb(187,170,228); }
div.DivClassName
{
background-color: #BBAAE4;
}
.BgClassName
{
background-color: #BBAAE4;
}
</style>
border-color css
<style>
span { border-color: #BBAAE4; }
span { border-color: rgb(187,170,228); }
td.TdClassName
{
border-color: #BBAAE4;
}
.TagClassName
{
border-color: #BBAAE4;
}
</style>