Shades of Moon Raker #BAAAD0
Tints of Moon Raker #BAAAD0
RGB
CMYK
RGB Variations
Color information
#BAAAD0 (or 0xBAAAD0) is known color: Moon Raker. HEX triplet: BA, AA and D0. RGB value is (186,170,208). Sum of RGB (Red+Green+Blue) = 186+170+208=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD0 is #45552F. Grayscale: #B2B2B2. Windows color (decimal): -4543792 or 13675194. OLE color: 13675194.
HSL color Cylindrical-coordinate representation of color #BAAAD0: hue angle of 265.26º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAAAD0 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 170 | 208 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.18 |
| HSL | 265.26º | 0.29% | 0.74% | - |
| HSV(B) | 265.26º | 0.18% | 0.82% | - |
| XYZ | 46.01 | 43.74 | 65.69 | - |
| YUV | 179.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 208 | 0.11 | 0.18 | 0 | 0.18 | 265.26 | 0.29 | 0.74 |
| Hex | BA | AA | D0 | B | 12 | 0 | 12 | 109 | 1D | 4A |
| Octal | 272 | 252 | 320 | 13 | 22 | 0 | 22 | 411 | 35 | 112 |
| Binary | 10111010 | 10101010 | 11010000 | 1011 | 10010 | 0 | 10010 | 100001001 | 11101 | 1001010 |
Color Harmonies of #BAAAD0
Complementary color
Monochromatic Colors of #BAAAD0
Black with #BAAAD0
Text Example
Text Example
White with #BAAAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAD0; }
p { color: rgb(186,170,208); }
H1.HeaderClassName
{
color: #BAAAD0;
}
.AnyTagClassName
{
color: #BAAAD0;
}
</style>
background-color css
<style>
a { background-color: #BAAAD0; }
a { background-color: rgb(186,170,208); }
div.DivClassName
{
background-color: #BAAAD0;
}
.BgClassName
{
background-color: #BAAAD0;
}
</style>
border-color css
<style>
span { border-color: #BAAAD0; }
span { border-color: rgb(186,170,208); }
td.TdClassName
{
border-color: #BAAAD0;
}
.TagClassName
{
border-color: #BAAAD0;
}
</style>