Shades of Moon Raker #BAA8D2
Tints of Moon Raker #BAA8D2
RGB
CMYK
RGB Variations
Color information
#BAA8D2 (or 0xBAA8D2) is known color: Moon Raker. HEX triplet: BA, A8 and D2. RGB value is (186,168,210). Sum of RGB (Red+Green+Blue) = 186+168+210=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 210 - color contains mainly: blue. Hex color #BAA8D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8D2 is #45572D. Grayscale: #B2B2B2. Windows color (decimal): -4544302 or 13805754. OLE color: 13805754.
HSL color Cylindrical-coordinate representation of color #BAA8D2: hue angle of 265.71º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA8D2 is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 168 | 210 | - |
| CMYK | 0.11 | 0.2 | 0 | 0.18 |
| HSL | 265.71º | 0.32% | 0.74% | - |
| HSV(B) | 265.71º | 0.2% | 0.82% | - |
| XYZ | 45.89 | 43.1 | 66.87 | - |
| YUV | 178.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 210 | 0.11 | 0.2 | 0 | 0.18 | 265.71 | 0.32 | 0.74 |
| Hex | BA | A8 | D2 | B | 14 | 0 | 12 | 10A | 20 | 4A |
| Octal | 272 | 250 | 322 | 13 | 24 | 0 | 22 | 412 | 40 | 112 |
| Binary | 10111010 | 10101000 | 11010010 | 1011 | 10100 | 0 | 10010 | 100001010 | 100000 | 1001010 |
Color Harmonies of #BAA8D2
Complementary color
Monochromatic Colors of #BAA8D2
Black with #BAA8D2
Text Example
Text Example
White with #BAA8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8D2; }
p { color: rgb(186,168,210); }
H1.HeaderClassName
{
color: #BAA8D2;
}
.AnyTagClassName
{
color: #BAA8D2;
}
</style>
background-color css
<style>
a { background-color: #BAA8D2; }
a { background-color: rgb(186,168,210); }
div.DivClassName
{
background-color: #BAA8D2;
}
.BgClassName
{
background-color: #BAA8D2;
}
</style>
border-color css
<style>
span { border-color: #BAA8D2; }
span { border-color: rgb(186,168,210); }
td.TdClassName
{
border-color: #BAA8D2;
}
.TagClassName
{
border-color: #BAA8D2;
}
</style>