Shades of Moon Raker #B9AAE3
Tints of Moon Raker #B9AAE3
RGB
CMYK
RGB Variations
Color information
#B9AAE3 (or 0xB9AAE3) is known color: Moon Raker. HEX triplet: B9, AA and E3. RGB value is (185,170,227). Sum of RGB (Red+Green+Blue) = 185+170+227=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9AAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAE3 is #46551C. Grayscale: #B4B4B4. Windows color (decimal): -4609309 or 14920377. OLE color: 14920377.
HSL color Cylindrical-coordinate representation of color #B9AAE3: hue angle of 255.79º degrees, saturation: 0.5, 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 #B9AAE3 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 170 | 227 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.11 |
| HSL | 255.79º | 0.5% | 0.78% | - |
| HSV(B) | 255.79º | 0.25% | 0.89% | - |
| XYZ | 48.25 | 44.61 | 78.74 | - |
| YUV | 180.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 227 | 0.19 | 0.25 | 0 | 0.11 | 255.79 | 0.5 | 0.78 |
| Hex | B9 | AA | E3 | 13 | 19 | 0 | B | 100 | 32 | 4E |
| Octal | 271 | 252 | 343 | 23 | 31 | 0 | 13 | 400 | 62 | 116 |
| Binary | 10111001 | 10101010 | 11100011 | 10011 | 11001 | 0 | 1011 | 100000000 | 110010 | 1001110 |
Color Harmonies of #B9AAE3
Complementary color
Monochromatic Colors of #B9AAE3
Black with #B9AAE3
Text Example
Text Example
White with #B9AAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AAE3; }
p { color: rgb(185,170,227); }
H1.HeaderClassName
{
color: #B9AAE3;
}
.AnyTagClassName
{
color: #B9AAE3;
}
</style>
background-color css
<style>
a { background-color: #B9AAE3; }
a { background-color: rgb(185,170,227); }
div.DivClassName
{
background-color: #B9AAE3;
}
.BgClassName
{
background-color: #B9AAE3;
}
</style>
border-color css
<style>
span { border-color: #B9AAE3; }
span { border-color: rgb(185,170,227); }
td.TdClassName
{
border-color: #B9AAE3;
}
.TagClassName
{
border-color: #B9AAE3;
}
</style>