Shades of Moon Raker #BAAAD3
Tints of Moon Raker #BAAAD3
RGB
CMYK
RGB Variations
Color information
#BAAAD3 (or 0xBAAAD3) is known color: Moon Raker. HEX triplet: BA, AA and D3. RGB value is (186,170,211). Sum of RGB (Red+Green+Blue) = 186+170+211=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD3 is #45552C. Grayscale: #B3B3B3. Windows color (decimal): -4543789 or 13871802. OLE color: 13871802.
HSL color Cylindrical-coordinate representation of color #BAAAD3: hue angle of 263.41º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAAAD3 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 170 | 211 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.17 |
| HSL | 263.41º | 0.32% | 0.75% | - |
| HSV(B) | 263.41º | 0.19% | 0.83% | - |
| XYZ | 46.38 | 43.89 | 67.66 | - |
| YUV | 179.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 211 | 0.12 | 0.19 | 0 | 0.17 | 263.41 | 0.32 | 0.75 |
| Hex | BA | AA | D3 | C | 13 | 0 | 11 | 107 | 20 | 4B |
| Octal | 272 | 252 | 323 | 14 | 23 | 0 | 21 | 407 | 40 | 113 |
| Binary | 10111010 | 10101010 | 11010011 | 1100 | 10011 | 0 | 10001 | 100000111 | 100000 | 1001011 |
Color Harmonies of #BAAAD3
Complementary color
Monochromatic Colors of #BAAAD3
Black with #BAAAD3
Text Example
Text Example
White with #BAAAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAD3; }
p { color: rgb(186,170,211); }
H1.HeaderClassName
{
color: #BAAAD3;
}
.AnyTagClassName
{
color: #BAAAD3;
}
</style>
background-color css
<style>
a { background-color: #BAAAD3; }
a { background-color: rgb(186,170,211); }
div.DivClassName
{
background-color: #BAAAD3;
}
.BgClassName
{
background-color: #BAAAD3;
}
</style>
border-color css
<style>
span { border-color: #BAAAD3; }
span { border-color: rgb(186,170,211); }
td.TdClassName
{
border-color: #BAAAD3;
}
.TagClassName
{
border-color: #BAAAD3;
}
</style>