Shades of Moon Raker #BAA9E5
Tints of Moon Raker #BAA9E5
RGB
CMYK
RGB Variations
Color information
#BAA9E5 (or 0xBAA9E5) is known color: Moon Raker. HEX triplet: BA, A9 and E5. RGB value is (186,169,229). Sum of RGB (Red+Green+Blue) = 186+169+229=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAA9E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9E5 is #45561A. Grayscale: #B4B4B4. Windows color (decimal): -4544027 or 15051194. OLE color: 15051194.
HSL color Cylindrical-coordinate representation of color #BAA9E5: hue angle of 257º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA9E5 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 169 | 229 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.10 |
| HSL | 257º | 0.54% | 0.78% | - |
| HSV(B) | 257º | 0.26% | 0.9% | - |
| XYZ | 48.58 | 44.47 | 80.15 | - |
| YUV | 180.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 229 | 0.19 | 0.26 | 0 | 0.10 | 257 | 0.54 | 0.78 |
| Hex | BA | A9 | E5 | 13 | 1A | 0 | A | 101 | 36 | 4E |
| Octal | 272 | 251 | 345 | 23 | 32 | 0 | 12 | 401 | 66 | 116 |
| Binary | 10111010 | 10101001 | 11100101 | 10011 | 11010 | 0 | 1010 | 100000001 | 110110 | 1001110 |
Color Harmonies of #BAA9E5
Complementary color
Monochromatic Colors of #BAA9E5
Black with #BAA9E5
Text Example
Text Example
White with #BAA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9E5; }
p { color: rgb(186,169,229); }
H1.HeaderClassName
{
color: #BAA9E5;
}
.AnyTagClassName
{
color: #BAA9E5;
}
</style>
background-color css
<style>
a { background-color: #BAA9E5; }
a { background-color: rgb(186,169,229); }
div.DivClassName
{
background-color: #BAA9E5;
}
.BgClassName
{
background-color: #BAA9E5;
}
</style>
border-color css
<style>
span { border-color: #BAA9E5; }
span { border-color: rgb(186,169,229); }
td.TdClassName
{
border-color: #BAA9E5;
}
.TagClassName
{
border-color: #BAA9E5;
}
</style>