Shades of Moon Raker #BAA8D9
Tints of Moon Raker #BAA8D9
RGB
CMYK
RGB Variations
Color information
#BAA8D9 (or 0xBAA8D9) is known color: Moon Raker. HEX triplet: BA, A8 and D9. RGB value is (186,168,217). Sum of RGB (Red+Green+Blue) = 186+168+217=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAA8D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8D9 is #455726. Grayscale: #B2B2B2. Windows color (decimal): -4544295 or 14264506. OLE color: 14264506.
HSL color Cylindrical-coordinate representation of color #BAA8D9: hue angle of 262.04º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA8D9 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 168 | 217 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.15 |
| HSL | 262.04º | 0.39% | 0.75% | - |
| HSV(B) | 262.04º | 0.23% | 0.85% | - |
| XYZ | 46.78 | 43.45 | 71.57 | - |
| YUV | 178.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 217 | 0.14 | 0.23 | 0 | 0.15 | 262.04 | 0.39 | 0.75 |
| Hex | BA | A8 | D9 | E | 17 | 0 | F | 106 | 27 | 4B |
| Octal | 272 | 250 | 331 | 16 | 27 | 0 | 17 | 406 | 47 | 113 |
| Binary | 10111010 | 10101000 | 11011001 | 1110 | 10111 | 0 | 1111 | 100000110 | 100111 | 1001011 |
Color Harmonies of #BAA8D9
Complementary color
Monochromatic Colors of #BAA8D9
Black with #BAA8D9
Text Example
Text Example
White with #BAA8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8D9; }
p { color: rgb(186,168,217); }
H1.HeaderClassName
{
color: #BAA8D9;
}
.AnyTagClassName
{
color: #BAA8D9;
}
</style>
background-color css
<style>
a { background-color: #BAA8D9; }
a { background-color: rgb(186,168,217); }
div.DivClassName
{
background-color: #BAA8D9;
}
.BgClassName
{
background-color: #BAA8D9;
}
</style>
border-color css
<style>
span { border-color: #BAA8D9; }
span { border-color: rgb(186,168,217); }
td.TdClassName
{
border-color: #BAA8D9;
}
.TagClassName
{
border-color: #BAA8D9;
}
</style>