Shades of Moon Raker #B9AAE0
Tints of Moon Raker #B9AAE0
RGB
CMYK
RGB Variations
Color information
#B9AAE0 (or 0xB9AAE0) is known color: Moon Raker. HEX triplet: B9, AA and E0. RGB value is (185,170,224). Sum of RGB (Red+Green+Blue) = 185+170+224=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #B9AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAE0 is #46551F. Grayscale: #B4B4B4. Windows color (decimal): -4609312 or 14723769. OLE color: 14723769.
HSL color Cylindrical-coordinate representation of color #B9AAE0: hue angle of 256.67º 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 #B9AAE0 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 170 | 224 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.12 |
| HSL | 256.67º | 0.47% | 0.77% | - |
| HSV(B) | 256.67º | 0.24% | 0.88% | - |
| XYZ | 47.84 | 44.45 | 76.58 | - |
| YUV | 180.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 224 | 0.17 | 0.24 | 0 | 0.12 | 256.67 | 0.47 | 0.77 |
| Hex | B9 | AA | E0 | 11 | 18 | 0 | C | 101 | 2F | 4D |
| Octal | 271 | 252 | 340 | 21 | 30 | 0 | 14 | 401 | 57 | 115 |
| Binary | 10111001 | 10101010 | 11100000 | 10001 | 11000 | 0 | 1100 | 100000001 | 101111 | 1001101 |
Color Harmonies of #B9AAE0
Complementary color
Monochromatic Colors of #B9AAE0
Black with #B9AAE0
Text Example
Text Example
White with #B9AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AAE0; }
p { color: rgb(185,170,224); }
H1.HeaderClassName
{
color: #B9AAE0;
}
.AnyTagClassName
{
color: #B9AAE0;
}
</style>
background-color css
<style>
a { background-color: #B9AAE0; }
a { background-color: rgb(185,170,224); }
div.DivClassName
{
background-color: #B9AAE0;
}
.BgClassName
{
background-color: #B9AAE0;
}
</style>
border-color css
<style>
span { border-color: #B9AAE0; }
span { border-color: rgb(185,170,224); }
td.TdClassName
{
border-color: #B9AAE0;
}
.TagClassName
{
border-color: #B9AAE0;
}
</style>