Shades of Moon Raker #BAAAD8
Tints of Moon Raker #BAAAD8
RGB
CMYK
RGB Variations
Color information
#BAAAD8 (or 0xBAAAD8) is known color: Moon Raker. HEX triplet: BA, AA and D8. RGB value is (186,170,216). Sum of RGB (Red+Green+Blue) = 186+170+216=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAD8 is #455527. Grayscale: #B3B3B3. Windows color (decimal): -4543784 or 14199482. OLE color: 14199482.
HSL color Cylindrical-coordinate representation of color #BAAAD8: hue angle of 260.87º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAAAD8 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 170 | 216 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.15 |
| HSL | 260.87º | 0.37% | 0.76% | - |
| HSV(B) | 260.87º | 0.21% | 0.85% | - |
| XYZ | 47.02 | 44.15 | 71.01 | - |
| YUV | 180.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 216 | 0.14 | 0.21 | 0 | 0.15 | 260.87 | 0.37 | 0.76 |
| Hex | BA | AA | D8 | E | 15 | 0 | F | 105 | 25 | 4C |
| Octal | 272 | 252 | 330 | 16 | 25 | 0 | 17 | 405 | 45 | 114 |
| Binary | 10111010 | 10101010 | 11011000 | 1110 | 10101 | 0 | 1111 | 100000101 | 100101 | 1001100 |
Color Harmonies of #BAAAD8
Complementary color
Monochromatic Colors of #BAAAD8
Black with #BAAAD8
Text Example
Text Example
White with #BAAAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAD8; }
p { color: rgb(186,170,216); }
H1.HeaderClassName
{
color: #BAAAD8;
}
.AnyTagClassName
{
color: #BAAAD8;
}
</style>
background-color css
<style>
a { background-color: #BAAAD8; }
a { background-color: rgb(186,170,216); }
div.DivClassName
{
background-color: #BAAAD8;
}
.BgClassName
{
background-color: #BAAAD8;
}
</style>
border-color css
<style>
span { border-color: #BAAAD8; }
span { border-color: rgb(186,170,216); }
td.TdClassName
{
border-color: #BAAAD8;
}
.TagClassName
{
border-color: #BAAAD8;
}
</style>