Shades of Moon Raker #BAA8DF
Tints of Moon Raker #BAA8DF
RGB
CMYK
RGB Variations
Color information
#BAA8DF (or 0xBAA8DF) is known color: Moon Raker. HEX triplet: BA, A8 and DF. RGB value is (186,168,223). Sum of RGB (Red+Green+Blue) = 186+168+223=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8DF is #455720. Grayscale: #B3B3B3. Windows color (decimal): -4544289 or 14657722. OLE color: 14657722.
HSL color Cylindrical-coordinate representation of color #BAA8DF: hue angle of 259.64º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA8DF is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 168 | 223 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.13 |
| HSL | 259.64º | 0.46% | 0.77% | - |
| HSV(B) | 259.64º | 0.25% | 0.87% | - |
| XYZ | 47.57 | 43.77 | 75.75 | - |
| YUV | 179.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 223 | 0.17 | 0.25 | 0 | 0.13 | 259.64 | 0.46 | 0.77 |
| Hex | BA | A8 | DF | 11 | 19 | 0 | D | 104 | 2E | 4D |
| Octal | 272 | 250 | 337 | 21 | 31 | 0 | 15 | 404 | 56 | 115 |
| Binary | 10111010 | 10101000 | 11011111 | 10001 | 11001 | 0 | 1101 | 100000100 | 101110 | 1001101 |
Color Harmonies of #BAA8DF
Complementary color
Monochromatic Colors of #BAA8DF
Black with #BAA8DF
Text Example
Text Example
White with #BAA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8DF; }
p { color: rgb(186,168,223); }
H1.HeaderClassName
{
color: #BAA8DF;
}
.AnyTagClassName
{
color: #BAA8DF;
}
</style>
background-color css
<style>
a { background-color: #BAA8DF; }
a { background-color: rgb(186,168,223); }
div.DivClassName
{
background-color: #BAA8DF;
}
.BgClassName
{
background-color: #BAA8DF;
}
</style>
border-color css
<style>
span { border-color: #BAA8DF; }
span { border-color: rgb(186,168,223); }
td.TdClassName
{
border-color: #BAA8DF;
}
.TagClassName
{
border-color: #BAA8DF;
}
</style>