Shades of Moon Raker #BAAAD5
Tints of Moon Raker #BAAAD5
RGB
CMYK
RGB Variations
Color information
#BAAAD5 (or 0xBAAAD5) is known color: Moon Raker. HEX triplet: BA, AA and D5. RGB value is (186,170,213). Sum of RGB (Red+Green+Blue) = 186+170+213=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD5 is #45552A. Grayscale: #B3B3B3. Windows color (decimal): -4543787 or 14002874. OLE color: 14002874.
HSL color Cylindrical-coordinate representation of color #BAAAD5: hue angle of 262.33º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAAD5 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 170 | 213 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.16 |
| HSL | 262.33º | 0.34% | 0.75% | - |
| HSV(B) | 262.33º | 0.2% | 0.84% | - |
| XYZ | 46.63 | 43.99 | 68.98 | - |
| YUV | 179.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 213 | 0.13 | 0.20 | 0 | 0.16 | 262.33 | 0.34 | 0.75 |
| Hex | BA | AA | D5 | D | 14 | 0 | 10 | 106 | 22 | 4B |
| Octal | 272 | 252 | 325 | 15 | 24 | 0 | 20 | 406 | 42 | 113 |
| Binary | 10111010 | 10101010 | 11010101 | 1101 | 10100 | 0 | 10000 | 100000110 | 100010 | 1001011 |
Color Harmonies of #BAAAD5
Complementary color
Monochromatic Colors of #BAAAD5
Black with #BAAAD5
Text Example
Text Example
White with #BAAAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAD5; }
p { color: rgb(186,170,213); }
H1.HeaderClassName
{
color: #BAAAD5;
}
.AnyTagClassName
{
color: #BAAAD5;
}
</style>
background-color css
<style>
a { background-color: #BAAAD5; }
a { background-color: rgb(186,170,213); }
div.DivClassName
{
background-color: #BAAAD5;
}
.BgClassName
{
background-color: #BAAAD5;
}
</style>
border-color css
<style>
span { border-color: #BAAAD5; }
span { border-color: rgb(186,170,213); }
td.TdClassName
{
border-color: #BAAAD5;
}
.TagClassName
{
border-color: #BAAAD5;
}
</style>