Shades of Moon Raker #BAA8DC
Tints of Moon Raker #BAA8DC
RGB
CMYK
RGB Variations
Color information
#BAA8DC (or 0xBAA8DC) is known color: Moon Raker. HEX triplet: BA, A8 and DC. RGB value is (186,168,220). Sum of RGB (Red+Green+Blue) = 186+168+220=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8DC is #455723. Grayscale: #B3B3B3. Windows color (decimal): -4544292 or 14461114. OLE color: 14461114.
HSL color Cylindrical-coordinate representation of color #BAA8DC: hue angle of 260.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA8DC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 168 | 220 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.14 |
| HSL | 260.77º | 0.43% | 0.76% | - |
| HSV(B) | 260.77º | 0.24% | 0.86% | - |
| XYZ | 47.17 | 43.61 | 73.64 | - |
| YUV | 179.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 220 | 0.15 | 0.24 | 0 | 0.14 | 260.77 | 0.43 | 0.76 |
| Hex | BA | A8 | DC | F | 18 | 0 | E | 105 | 2B | 4C |
| Octal | 272 | 250 | 334 | 17 | 30 | 0 | 16 | 405 | 53 | 114 |
| Binary | 10111010 | 10101000 | 11011100 | 1111 | 11000 | 0 | 1110 | 100000101 | 101011 | 1001100 |
Color Harmonies of #BAA8DC
Complementary color
Monochromatic Colors of #BAA8DC
Black with #BAA8DC
Text Example
Text Example
White with #BAA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8DC; }
p { color: rgb(186,168,220); }
H1.HeaderClassName
{
color: #BAA8DC;
}
.AnyTagClassName
{
color: #BAA8DC;
}
</style>
background-color css
<style>
a { background-color: #BAA8DC; }
a { background-color: rgb(186,168,220); }
div.DivClassName
{
background-color: #BAA8DC;
}
.BgClassName
{
background-color: #BAA8DC;
}
</style>
border-color css
<style>
span { border-color: #BAA8DC; }
span { border-color: rgb(186,168,220); }
td.TdClassName
{
border-color: #BAA8DC;
}
.TagClassName
{
border-color: #BAA8DC;
}
</style>