Shades of Moon Raker #BAAADF
Tints of Moon Raker #BAAADF
RGB
CMYK
RGB Variations
Color information
#BAAADF (or 0xBAAADF) is known color: Moon Raker. HEX triplet: BA, AA and DF. RGB value is (186,170,223). Sum of RGB (Red+Green+Blue) = 186+170+223=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAADF is #455520. Grayscale: #B4B4B4. Windows color (decimal): -4543777 or 14658234. OLE color: 14658234.
HSL color Cylindrical-coordinate representation of color #BAAADF: hue angle of 258.11º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAAADF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 170 | 223 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.13 |
| HSL | 258.11º | 0.45% | 0.77% | - |
| HSV(B) | 258.11º | 0.24% | 0.87% | - |
| XYZ | 47.94 | 44.52 | 75.88 | - |
| YUV | 180.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 223 | 0.17 | 0.24 | 0 | 0.13 | 258.11 | 0.45 | 0.77 |
| Hex | BA | AA | DF | 11 | 18 | 0 | D | 102 | 2D | 4D |
| Octal | 272 | 252 | 337 | 21 | 30 | 0 | 15 | 402 | 55 | 115 |
| Binary | 10111010 | 10101010 | 11011111 | 10001 | 11000 | 0 | 1101 | 100000010 | 101101 | 1001101 |
Color Harmonies of #BAAADF
Complementary color
Monochromatic Colors of #BAAADF
Black with #BAAADF
Text Example
Text Example
White with #BAAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAADF; }
p { color: rgb(186,170,223); }
H1.HeaderClassName
{
color: #BAAADF;
}
.AnyTagClassName
{
color: #BAAADF;
}
</style>
background-color css
<style>
a { background-color: #BAAADF; }
a { background-color: rgb(186,170,223); }
div.DivClassName
{
background-color: #BAAADF;
}
.BgClassName
{
background-color: #BAAADF;
}
</style>
border-color css
<style>
span { border-color: #BAAADF; }
span { border-color: rgb(186,170,223); }
td.TdClassName
{
border-color: #BAAADF;
}
.TagClassName
{
border-color: #BAAADF;
}
</style>