Shades of Moon Raker #BAABDC
Tints of Moon Raker #BAABDC
RGB
CMYK
RGB Variations
Color information
#BAABDC (or 0xBAABDC) is known color: Moon Raker. HEX triplet: BA, AB and DC. RGB value is (186,171,220). Sum of RGB (Red+Green+Blue) = 186+171+220=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABDC is #455423. Grayscale: #B4B4B4. Windows color (decimal): -4543524 or 14461882. OLE color: 14461882.
HSL color Cylindrical-coordinate representation of color #BAABDC: hue angle of 258.37º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAABDC is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 171 | 220 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.14 |
| HSL | 258.37º | 0.41% | 0.77% | - |
| HSV(B) | 258.37º | 0.22% | 0.86% | - |
| XYZ | 47.73 | 44.73 | 73.83 | - |
| YUV | 181.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 220 | 0.15 | 0.22 | 0 | 0.14 | 258.37 | 0.41 | 0.77 |
| Hex | BA | AB | DC | F | 16 | 0 | E | 102 | 29 | 4D |
| Octal | 272 | 253 | 334 | 17 | 26 | 0 | 16 | 402 | 51 | 115 |
| Binary | 10111010 | 10101011 | 11011100 | 1111 | 10110 | 0 | 1110 | 100000010 | 101001 | 1001101 |
Color Harmonies of #BAABDC
Complementary color
Monochromatic Colors of #BAABDC
Black with #BAABDC
Text Example
Text Example
White with #BAABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABDC; }
p { color: rgb(186,171,220); }
H1.HeaderClassName
{
color: #BAABDC;
}
.AnyTagClassName
{
color: #BAABDC;
}
</style>
background-color css
<style>
a { background-color: #BAABDC; }
a { background-color: rgb(186,171,220); }
div.DivClassName
{
background-color: #BAABDC;
}
.BgClassName
{
background-color: #BAABDC;
}
</style>
border-color css
<style>
span { border-color: #BAABDC; }
span { border-color: rgb(186,171,220); }
td.TdClassName
{
border-color: #BAABDC;
}
.TagClassName
{
border-color: #BAABDC;
}
</style>