Shades of Moon Raker #BAA9DD
Tints of Moon Raker #BAA9DD
RGB
CMYK
RGB Variations
Color information
#BAA9DD (or 0xBAA9DD) is known color: Moon Raker. HEX triplet: BA, A9 and DD. RGB value is (186,169,221). Sum of RGB (Red+Green+Blue) = 186+169+221=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 169 (66.41% from 255 or 29.34% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9DD is #455622. Grayscale: #B3B3B3. Windows color (decimal): -4544035 or 14526906. OLE color: 14526906.
HSL color Cylindrical-coordinate representation of color #BAA9DD: hue angle of 259.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA9DD is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 169 | 221 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.13 |
| HSL | 259.62º | 0.43% | 0.76% | - |
| HSV(B) | 259.62º | 0.24% | 0.87% | - |
| XYZ | 47.49 | 44.04 | 74.4 | - |
| YUV | 180.01 | 151.13 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 221 | 0.16 | 0.24 | 0 | 0.13 | 259.62 | 0.43 | 0.76 |
| Hex | BA | A9 | DD | 10 | 18 | 0 | D | 104 | 2B | 4C |
| Octal | 272 | 251 | 335 | 20 | 30 | 0 | 15 | 404 | 53 | 114 |
| Binary | 10111010 | 10101001 | 11011101 | 10000 | 11000 | 0 | 1101 | 100000100 | 101011 | 1001100 |
Color Harmonies of #BAA9DD
Complementary color
Monochromatic Colors of #BAA9DD
Black with #BAA9DD
Text Example
Text Example
White with #BAA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9DD; }
p { color: rgb(186,169,221); }
H1.HeaderClassName
{
color: #BAA9DD;
}
.AnyTagClassName
{
color: #BAA9DD;
}
</style>
background-color css
<style>
a { background-color: #BAA9DD; }
a { background-color: rgb(186,169,221); }
div.DivClassName
{
background-color: #BAA9DD;
}
.BgClassName
{
background-color: #BAA9DD;
}
</style>
border-color css
<style>
span { border-color: #BAA9DD; }
span { border-color: rgb(186,169,221); }
td.TdClassName
{
border-color: #BAA9DD;
}
.TagClassName
{
border-color: #BAA9DD;
}
</style>