Shades of Moon Raker #BAA8DB
Tints of Moon Raker #BAA8DB
RGB
CMYK
RGB Variations
Color information
#BAA8DB (or 0xBAA8DB) is known color: Moon Raker. HEX triplet: BA, A8 and DB. RGB value is (186,168,219). Sum of RGB (Red+Green+Blue) = 186+168+219=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8DB is #455724. Grayscale: #B3B3B3. Windows color (decimal): -4544293 or 14395578. OLE color: 14395578.
HSL color Cylindrical-coordinate representation of color #BAA8DB: hue angle of 261.18º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA8DB is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 168 | 219 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.14 |
| HSL | 261.18º | 0.41% | 0.76% | - |
| HSV(B) | 261.18º | 0.23% | 0.86% | - |
| XYZ | 47.04 | 43.56 | 72.95 | - |
| YUV | 179.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 219 | 0.15 | 0.23 | 0 | 0.14 | 261.18 | 0.41 | 0.76 |
| Hex | BA | A8 | DB | F | 17 | 0 | E | 105 | 29 | 4C |
| Octal | 272 | 250 | 333 | 17 | 27 | 0 | 16 | 405 | 51 | 114 |
| Binary | 10111010 | 10101000 | 11011011 | 1111 | 10111 | 0 | 1110 | 100000101 | 101001 | 1001100 |
Color Harmonies of #BAA8DB
Complementary color
Monochromatic Colors of #BAA8DB
Black with #BAA8DB
Text Example
Text Example
White with #BAA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8DB; }
p { color: rgb(186,168,219); }
H1.HeaderClassName
{
color: #BAA8DB;
}
.AnyTagClassName
{
color: #BAA8DB;
}
</style>
background-color css
<style>
a { background-color: #BAA8DB; }
a { background-color: rgb(186,168,219); }
div.DivClassName
{
background-color: #BAA8DB;
}
.BgClassName
{
background-color: #BAA8DB;
}
</style>
border-color css
<style>
span { border-color: #BAA8DB; }
span { border-color: rgb(186,168,219); }
td.TdClassName
{
border-color: #BAA8DB;
}
.TagClassName
{
border-color: #BAA8DB;
}
</style>