Shades of Moon Raker #BAAADA
Tints of Moon Raker #BAAADA
RGB
CMYK
RGB Variations
Color information
#BAAADA (or 0xBAAADA) is known color: Moon Raker. HEX triplet: BA, AA and DA. RGB value is (186,170,218). Sum of RGB (Red+Green+Blue) = 186+170+218=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAADA is #455525. Grayscale: #B4B4B4. Windows color (decimal): -4543782 or 14330554. OLE color: 14330554.
HSL color Cylindrical-coordinate representation of color #BAAADA: hue angle of 260º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAAADA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 170 | 218 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.15 |
| HSL | 260º | 0.39% | 0.76% | - |
| HSV(B) | 260º | 0.22% | 0.85% | - |
| XYZ | 47.28 | 44.25 | 72.38 | - |
| YUV | 180.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 218 | 0.15 | 0.22 | 0 | 0.15 | 260 | 0.39 | 0.76 |
| Hex | BA | AA | DA | F | 16 | 0 | F | 104 | 27 | 4C |
| Octal | 272 | 252 | 332 | 17 | 26 | 0 | 17 | 404 | 47 | 114 |
| Binary | 10111010 | 10101010 | 11011010 | 1111 | 10110 | 0 | 1111 | 100000100 | 100111 | 1001100 |
Color Harmonies of #BAAADA
Complementary color
Monochromatic Colors of #BAAADA
Black with #BAAADA
Text Example
Text Example
White with #BAAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAADA; }
p { color: rgb(186,170,218); }
H1.HeaderClassName
{
color: #BAAADA;
}
.AnyTagClassName
{
color: #BAAADA;
}
</style>
background-color css
<style>
a { background-color: #BAAADA; }
a { background-color: rgb(186,170,218); }
div.DivClassName
{
background-color: #BAAADA;
}
.BgClassName
{
background-color: #BAAADA;
}
</style>
border-color css
<style>
span { border-color: #BAAADA; }
span { border-color: rgb(186,170,218); }
td.TdClassName
{
border-color: #BAAADA;
}
.TagClassName
{
border-color: #BAAADA;
}
</style>