Shades of Moon Raker #BAA9E6
Tints of Moon Raker #BAA9E6
RGB
CMYK
RGB Variations
Color information
#BAA9E6 (or 0xBAA9E6) is known color: Moon Raker. HEX triplet: BA, A9 and E6. RGB value is (186,169,230). Sum of RGB (Red+Green+Blue) = 186+169+230=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAA9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9E6 is #455619. Grayscale: #B4B4B4. Windows color (decimal): -4544026 or 15116730. OLE color: 15116730.
HSL color Cylindrical-coordinate representation of color #BAA9E6: hue angle of 256.72º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA9E6 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 169 | 230 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.10 |
| HSL | 256.72º | 0.55% | 0.78% | - |
| HSV(B) | 256.72º | 0.27% | 0.9% | - |
| XYZ | 48.72 | 44.53 | 80.89 | - |
| YUV | 181.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 230 | 0.19 | 0.27 | 0 | 0.10 | 256.72 | 0.55 | 0.78 |
| Hex | BA | A9 | E6 | 13 | 1B | 0 | A | 101 | 37 | 4E |
| Octal | 272 | 251 | 346 | 23 | 33 | 0 | 12 | 401 | 67 | 116 |
| Binary | 10111010 | 10101001 | 11100110 | 10011 | 11011 | 0 | 1010 | 100000001 | 110111 | 1001110 |
Color Harmonies of #BAA9E6
Complementary color
Monochromatic Colors of #BAA9E6
Black with #BAA9E6
Text Example
Text Example
White with #BAA9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9E6; }
p { color: rgb(186,169,230); }
H1.HeaderClassName
{
color: #BAA9E6;
}
.AnyTagClassName
{
color: #BAA9E6;
}
</style>
background-color css
<style>
a { background-color: #BAA9E6; }
a { background-color: rgb(186,169,230); }
div.DivClassName
{
background-color: #BAA9E6;
}
.BgClassName
{
background-color: #BAA9E6;
}
</style>
border-color css
<style>
span { border-color: #BAA9E6; }
span { border-color: rgb(186,169,230); }
td.TdClassName
{
border-color: #BAA9E6;
}
.TagClassName
{
border-color: #BAA9E6;
}
</style>