Shades of Moon Raker #BAAAE1
Tints of Moon Raker #BAAAE1
RGB
CMYK
RGB Variations
Color information
#BAAAE1 (or 0xBAAAE1) is known color: Moon Raker. HEX triplet: BA, AA and E1. RGB value is (186,170,225). Sum of RGB (Red+Green+Blue) = 186+170+225=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #BAAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAE1 is #45551E. Grayscale: #B4B4B4. Windows color (decimal): -4543775 or 14789306. OLE color: 14789306.
HSL color Cylindrical-coordinate representation of color #BAAAE1: hue angle of 257.45º 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 #BAAAE1 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 170 | 225 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.12 |
| HSL | 257.45º | 0.48% | 0.77% | - |
| HSV(B) | 257.45º | 0.24% | 0.88% | - |
| XYZ | 48.22 | 44.62 | 77.31 | - |
| YUV | 181.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 225 | 0.17 | 0.24 | 0 | 0.12 | 257.45 | 0.48 | 0.77 |
| Hex | BA | AA | E1 | 11 | 18 | 0 | C | 101 | 30 | 4D |
| Octal | 272 | 252 | 341 | 21 | 30 | 0 | 14 | 401 | 60 | 115 |
| Binary | 10111010 | 10101010 | 11100001 | 10001 | 11000 | 0 | 1100 | 100000001 | 110000 | 1001101 |
Color Harmonies of #BAAAE1
Complementary color
Monochromatic Colors of #BAAAE1
Black with #BAAAE1
Text Example
Text Example
White with #BAAAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAE1; }
p { color: rgb(186,170,225); }
H1.HeaderClassName
{
color: #BAAAE1;
}
.AnyTagClassName
{
color: #BAAAE1;
}
</style>
background-color css
<style>
a { background-color: #BAAAE1; }
a { background-color: rgb(186,170,225); }
div.DivClassName
{
background-color: #BAAAE1;
}
.BgClassName
{
background-color: #BAAAE1;
}
</style>
border-color css
<style>
span { border-color: #BAAAE1; }
span { border-color: rgb(186,170,225); }
td.TdClassName
{
border-color: #BAAAE1;
}
.TagClassName
{
border-color: #BAAAE1;
}
</style>