Shades of Moon Raker #BAAAD6
Tints of Moon Raker #BAAAD6
RGB
CMYK
RGB Variations
Color information
#BAAAD6 (or 0xBAAAD6) is known color: Moon Raker. HEX triplet: BA, AA and D6. RGB value is (186,170,214). Sum of RGB (Red+Green+Blue) = 186+170+214=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAAAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD6 is #455529. Grayscale: #B3B3B3. Windows color (decimal): -4543786 or 14068410. OLE color: 14068410.
HSL color Cylindrical-coordinate representation of color #BAAAD6: hue angle of 261.82º degrees, saturation: 0.35, 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 #BAAAD6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 170 | 214 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.16 |
| HSL | 261.82º | 0.35% | 0.75% | - |
| HSV(B) | 261.82º | 0.21% | 0.84% | - |
| XYZ | 46.76 | 44.04 | 69.65 | - |
| YUV | 179.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 214 | 0.13 | 0.21 | 0 | 0.16 | 261.82 | 0.35 | 0.75 |
| Hex | BA | AA | D6 | D | 15 | 0 | 10 | 106 | 23 | 4B |
| Octal | 272 | 252 | 326 | 15 | 25 | 0 | 20 | 406 | 43 | 113 |
| Binary | 10111010 | 10101010 | 11010110 | 1101 | 10101 | 0 | 10000 | 100000110 | 100011 | 1001011 |
Color Harmonies of #BAAAD6
Complementary color
Monochromatic Colors of #BAAAD6
Black with #BAAAD6
Text Example
Text Example
White with #BAAAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAD6; }
p { color: rgb(186,170,214); }
H1.HeaderClassName
{
color: #BAAAD6;
}
.AnyTagClassName
{
color: #BAAAD6;
}
</style>
background-color css
<style>
a { background-color: #BAAAD6; }
a { background-color: rgb(186,170,214); }
div.DivClassName
{
background-color: #BAAAD6;
}
.BgClassName
{
background-color: #BAAAD6;
}
</style>
border-color css
<style>
span { border-color: #BAAAD6; }
span { border-color: rgb(186,170,214); }
td.TdClassName
{
border-color: #BAAAD6;
}
.TagClassName
{
border-color: #BAAAD6;
}
</style>