Shades of Moon Raker #B8AAE1
Tints of Moon Raker #B8AAE1
RGB
CMYK
RGB Variations
Color information
#B8AAE1 (or 0xB8AAE1) is known color: Moon Raker. HEX triplet: B8, AA and E1. RGB value is (184,170,225). Sum of RGB (Red+Green+Blue) = 184+170+225=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #B8AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AAE1 is #47551E. Grayscale: #B4B4B4. Windows color (decimal): -4674847 or 14789304. OLE color: 14789304.
HSL color Cylindrical-coordinate representation of color #B8AAE1: hue angle of 255.27º degrees, saturation: 0.48, 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 #B8AAE1 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 170 | 225 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.12 |
| HSL | 255.27º | 0.48% | 0.77% | - |
| HSV(B) | 255.27º | 0.24% | 0.88% | - |
| XYZ | 47.73 | 44.38 | 77.28 | - |
| YUV | 180.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 225 | 0.18 | 0.24 | 0 | 0.12 | 255.27 | 0.48 | 0.77 |
| Hex | B8 | AA | E1 | 12 | 18 | 0 | C | FF | 30 | 4D |
| Octal | 270 | 252 | 341 | 22 | 30 | 0 | 14 | 377 | 60 | 115 |
| Binary | 10111000 | 10101010 | 11100001 | 10010 | 11000 | 0 | 1100 | 11111111 | 110000 | 1001101 |
Color Harmonies of #B8AAE1
Complementary color
Monochromatic Colors of #B8AAE1
Black with #B8AAE1
Text Example
Text Example
White with #B8AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAE1; }
p { color: rgb(184,170,225); }
H1.HeaderClassName
{
color: #B8AAE1;
}
.AnyTagClassName
{
color: #B8AAE1;
}
</style>
background-color css
<style>
a { background-color: #B8AAE1; }
a { background-color: rgb(184,170,225); }
div.DivClassName
{
background-color: #B8AAE1;
}
.BgClassName
{
background-color: #B8AAE1;
}
</style>
border-color css
<style>
span { border-color: #B8AAE1; }
span { border-color: rgb(184,170,225); }
td.TdClassName
{
border-color: #B8AAE1;
}
.TagClassName
{
border-color: #B8AAE1;
}
</style>