Shades of Moon Raker #BAABDD
Tints of Moon Raker #BAABDD
RGB
CMYK
RGB Variations
Color information
#BAABDD (or 0xBAABDD) is known color: Moon Raker. HEX triplet: BA, AB and DD. RGB value is (186,171,221). Sum of RGB (Red+Green+Blue) = 186+171+221=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABDD is #455422. Grayscale: #B5B5B5. Windows color (decimal): -4543523 or 14527418. OLE color: 14527418.
HSL color Cylindrical-coordinate representation of color #BAABDD: hue angle of 258º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAABDD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 171 | 221 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.13 |
| HSL | 258º | 0.42% | 0.77% | - |
| HSV(B) | 258º | 0.23% | 0.87% | - |
| XYZ | 47.86 | 44.79 | 74.53 | - |
| YUV | 181.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 221 | 0.16 | 0.23 | 0 | 0.13 | 258 | 0.42 | 0.77 |
| Hex | BA | AB | DD | 10 | 17 | 0 | D | 102 | 2A | 4D |
| Octal | 272 | 253 | 335 | 20 | 27 | 0 | 15 | 402 | 52 | 115 |
| Binary | 10111010 | 10101011 | 11011101 | 10000 | 10111 | 0 | 1101 | 100000010 | 101010 | 1001101 |
Color Harmonies of #BAABDD
Complementary color
Monochromatic Colors of #BAABDD
Black with #BAABDD
Text Example
Text Example
White with #BAABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABDD; }
p { color: rgb(186,171,221); }
H1.HeaderClassName
{
color: #BAABDD;
}
.AnyTagClassName
{
color: #BAABDD;
}
</style>
background-color css
<style>
a { background-color: #BAABDD; }
a { background-color: rgb(186,171,221); }
div.DivClassName
{
background-color: #BAABDD;
}
.BgClassName
{
background-color: #BAABDD;
}
</style>
border-color css
<style>
span { border-color: #BAABDD; }
span { border-color: rgb(186,171,221); }
td.TdClassName
{
border-color: #BAABDD;
}
.TagClassName
{
border-color: #BAABDD;
}
</style>