Shades of Moon Raker #BAABD2
Tints of Moon Raker #BAABD2
RGB
CMYK
RGB Variations
Color information
#BAABD2 (or 0xBAABD2) is known color: Moon Raker. HEX triplet: BA, AB and D2. RGB value is (186,171,210). Sum of RGB (Red+Green+Blue) = 186+171+210=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 210 - color contains mainly: blue. Hex color #BAABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABD2 is #45542D. Grayscale: #B3B3B3. Windows color (decimal): -4543534 or 13806522. OLE color: 13806522.
HSL color Cylindrical-coordinate representation of color #BAABD2: hue angle of 263.08º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAABD2 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 171 | 210 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.18 |
| HSL | 263.08º | 0.3% | 0.75% | - |
| HSV(B) | 263.08º | 0.19% | 0.82% | - |
| XYZ | 46.45 | 44.22 | 67.06 | - |
| YUV | 179.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 210 | 0.11 | 0.19 | 0 | 0.18 | 263.08 | 0.3 | 0.75 |
| Hex | BA | AB | D2 | B | 13 | 0 | 12 | 107 | 1E | 4B |
| Octal | 272 | 253 | 322 | 13 | 23 | 0 | 22 | 407 | 36 | 113 |
| Binary | 10111010 | 10101011 | 11010010 | 1011 | 10011 | 0 | 10010 | 100000111 | 11110 | 1001011 |
Color Harmonies of #BAABD2
Complementary color
Monochromatic Colors of #BAABD2
Black with #BAABD2
Text Example
Text Example
White with #BAABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABD2; }
p { color: rgb(186,171,210); }
H1.HeaderClassName
{
color: #BAABD2;
}
.AnyTagClassName
{
color: #BAABD2;
}
</style>
background-color css
<style>
a { background-color: #BAABD2; }
a { background-color: rgb(186,171,210); }
div.DivClassName
{
background-color: #BAABD2;
}
.BgClassName
{
background-color: #BAABD2;
}
</style>
border-color css
<style>
span { border-color: #BAABD2; }
span { border-color: rgb(186,171,210); }
td.TdClassName
{
border-color: #BAABD2;
}
.TagClassName
{
border-color: #BAABD2;
}
</style>