Shades of Moon Raker #BAA9D7
Tints of Moon Raker #BAA9D7
RGB
CMYK
RGB Variations
Color information
#BAA9D7 (or 0xBAA9D7) is known color: Moon Raker. HEX triplet: BA, A9 and D7. RGB value is (186,169,215). Sum of RGB (Red+Green+Blue) = 186+169+215=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAA9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9D7 is #455628. Grayscale: #B3B3B3. Windows color (decimal): -4544041 or 14133690. OLE color: 14133690.
HSL color Cylindrical-coordinate representation of color #BAA9D7: hue angle of 262.17º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA9D7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 169 | 215 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.16 |
| HSL | 262.17º | 0.37% | 0.75% | - |
| HSV(B) | 262.17º | 0.21% | 0.84% | - |
| XYZ | 46.7 | 43.72 | 70.27 | - |
| YUV | 179.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 215 | 0.13 | 0.21 | 0 | 0.16 | 262.17 | 0.37 | 0.75 |
| Hex | BA | A9 | D7 | D | 15 | 0 | 10 | 106 | 25 | 4B |
| Octal | 272 | 251 | 327 | 15 | 25 | 0 | 20 | 406 | 45 | 113 |
| Binary | 10111010 | 10101001 | 11010111 | 1101 | 10101 | 0 | 10000 | 100000110 | 100101 | 1001011 |
Color Harmonies of #BAA9D7
Complementary color
Monochromatic Colors of #BAA9D7
Black with #BAA9D7
Text Example
Text Example
White with #BAA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA9D7; }
p { color: rgb(186,169,215); }
H1.HeaderClassName
{
color: #BAA9D7;
}
.AnyTagClassName
{
color: #BAA9D7;
}
</style>
background-color css
<style>
a { background-color: #BAA9D7; }
a { background-color: rgb(186,169,215); }
div.DivClassName
{
background-color: #BAA9D7;
}
.BgClassName
{
background-color: #BAA9D7;
}
</style>
border-color css
<style>
span { border-color: #BAA9D7; }
span { border-color: rgb(186,169,215); }
td.TdClassName
{
border-color: #BAA9D7;
}
.TagClassName
{
border-color: #BAA9D7;
}
</style>