Shades of Moon Raker #BAA7E8
Tints of Moon Raker #BAA7E8
RGB
CMYK
RGB Variations
Color information
#BAA7E8 (or 0xBAA7E8) is known color: Moon Raker. HEX triplet: BA, A7 and E8. RGB value is (186,167,232). Sum of RGB (Red+Green+Blue) = 186+167+232=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAA7E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7E8 is #455817. Grayscale: #B3B3B3. Windows color (decimal): -4544536 or 15247290. OLE color: 15247290.
HSL color Cylindrical-coordinate representation of color #BAA7E8: hue angle of 257.54º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAA7E8 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 167 | 232 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.09 |
| HSL | 257.54º | 0.59% | 0.78% | - |
| HSV(B) | 257.54º | 0.28% | 0.91% | - |
| XYZ | 48.63 | 43.9 | 82.25 | - |
| YUV | 180.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 232 | 0.20 | 0.28 | 0 | 0.09 | 257.54 | 0.59 | 0.78 |
| Hex | BA | A7 | E8 | 14 | 1C | 0 | 9 | 102 | 3B | 4E |
| Octal | 272 | 247 | 350 | 24 | 34 | 0 | 11 | 402 | 73 | 116 |
| Binary | 10111010 | 10100111 | 11101000 | 10100 | 11100 | 0 | 1001 | 100000010 | 111011 | 1001110 |
Color Harmonies of #BAA7E8
Complementary color
Monochromatic Colors of #BAA7E8
Black with #BAA7E8
Text Example
Text Example
White with #BAA7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA7E8; }
p { color: rgb(186,167,232); }
H1.HeaderClassName
{
color: #BAA7E8;
}
.AnyTagClassName
{
color: #BAA7E8;
}
</style>
background-color css
<style>
a { background-color: #BAA7E8; }
a { background-color: rgb(186,167,232); }
div.DivClassName
{
background-color: #BAA7E8;
}
.BgClassName
{
background-color: #BAA7E8;
}
</style>
border-color css
<style>
span { border-color: #BAA7E8; }
span { border-color: rgb(186,167,232); }
td.TdClassName
{
border-color: #BAA7E8;
}
.TagClassName
{
border-color: #BAA7E8;
}
</style>