Shades of Moon Raker #BAA8D6
Tints of Moon Raker #BAA8D6
RGB
CMYK
RGB Variations
Color information
#BAA8D6 (or 0xBAA8D6) is known color: Moon Raker. HEX triplet: BA, A8 and D6. RGB value is (186,168,214). Sum of RGB (Red+Green+Blue) = 186+168+214=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8D6 is #455729. Grayscale: #B2B2B2. Windows color (decimal): -4544298 or 14067898. OLE color: 14067898.
HSL color Cylindrical-coordinate representation of color #BAA8D6: hue angle of 263.48º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA8D6 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 168 | 214 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.16 |
| HSL | 263.48º | 0.36% | 0.75% | - |
| HSV(B) | 263.48º | 0.21% | 0.84% | - |
| XYZ | 46.39 | 43.3 | 69.53 | - |
| YUV | 178.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 214 | 0.13 | 0.21 | 0 | 0.16 | 263.48 | 0.36 | 0.75 |
| Hex | BA | A8 | D6 | D | 15 | 0 | 10 | 107 | 24 | 4B |
| Octal | 272 | 250 | 326 | 15 | 25 | 0 | 20 | 407 | 44 | 113 |
| Binary | 10111010 | 10101000 | 11010110 | 1101 | 10101 | 0 | 10000 | 100000111 | 100100 | 1001011 |
Color Harmonies of #BAA8D6
Complementary color
Monochromatic Colors of #BAA8D6
Black with #BAA8D6
Text Example
Text Example
White with #BAA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA8D6; }
p { color: rgb(186,168,214); }
H1.HeaderClassName
{
color: #BAA8D6;
}
.AnyTagClassName
{
color: #BAA8D6;
}
</style>
background-color css
<style>
a { background-color: #BAA8D6; }
a { background-color: rgb(186,168,214); }
div.DivClassName
{
background-color: #BAA8D6;
}
.BgClassName
{
background-color: #BAA8D6;
}
</style>
border-color css
<style>
span { border-color: #BAA8D6; }
span { border-color: rgb(186,168,214); }
td.TdClassName
{
border-color: #BAA8D6;
}
.TagClassName
{
border-color: #BAA8D6;
}
</style>