Shades of Moon Raker #B9AAE2
Tints of Moon Raker #B9AAE2
RGB
CMYK
RGB Variations
Color information
#B9AAE2 (or 0xB9AAE2) is known color: Moon Raker. HEX triplet: B9, AA and E2. RGB value is (185,170,226). Sum of RGB (Red+Green+Blue) = 185+170+226=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #B9AAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAE2 is #46551D. Grayscale: #B4B4B4. Windows color (decimal): -4609310 or 14854841. OLE color: 14854841.
HSL color Cylindrical-coordinate representation of color #B9AAE2: hue angle of 256.07º degrees, saturation: 0.49, 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 #B9AAE2 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 170 | 226 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.11 |
| HSL | 256.07º | 0.49% | 0.78% | - |
| HSV(B) | 256.07º | 0.25% | 0.89% | - |
| XYZ | 48.11 | 44.55 | 78.02 | - |
| YUV | 180.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 226 | 0.18 | 0.25 | 0 | 0.11 | 256.07 | 0.49 | 0.78 |
| Hex | B9 | AA | E2 | 12 | 19 | 0 | B | 100 | 31 | 4E |
| Octal | 271 | 252 | 342 | 22 | 31 | 0 | 13 | 400 | 61 | 116 |
| Binary | 10111001 | 10101010 | 11100010 | 10010 | 11001 | 0 | 1011 | 100000000 | 110001 | 1001110 |
Color Harmonies of #B9AAE2
Complementary color
Monochromatic Colors of #B9AAE2
Black with #B9AAE2
Text Example
Text Example
White with #B9AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AAE2; }
p { color: rgb(185,170,226); }
H1.HeaderClassName
{
color: #B9AAE2;
}
.AnyTagClassName
{
color: #B9AAE2;
}
</style>
background-color css
<style>
a { background-color: #B9AAE2; }
a { background-color: rgb(185,170,226); }
div.DivClassName
{
background-color: #B9AAE2;
}
.BgClassName
{
background-color: #B9AAE2;
}
</style>
border-color css
<style>
span { border-color: #B9AAE2; }
span { border-color: rgb(185,170,226); }
td.TdClassName
{
border-color: #B9AAE2;
}
.TagClassName
{
border-color: #B9AAE2;
}
</style>