Shades of Moon Raker #BAABC9
Tints of Moon Raker #BAABC9
RGB
CMYK
RGB Variations
Color information
#BAABC9 (or 0xBAABC9) is known color: Moon Raker. HEX triplet: BA, AB and C9. RGB value is (186,171,201). Sum of RGB (Red+Green+Blue) = 186+171+201=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC9 is #455436. Grayscale: #B2B2B2. Windows color (decimal): -4543543 or 13216698. OLE color: 13216698.
HSL color Cylindrical-coordinate representation of color #BAABC9: hue angle of 270º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAABC9 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 171 | 201 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.21 |
| HSL | 270º | 0.22% | 0.73% | - |
| HSV(B) | 270º | 0.15% | 0.79% | - |
| XYZ | 45.36 | 43.78 | 61.32 | - |
| YUV | 178.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 201 | 0.07 | 0.15 | 0 | 0.21 | 270 | 0.22 | 0.73 |
| Hex | BA | AB | C9 | 7 | F | 0 | 15 | 10E | 16 | 49 |
| Octal | 272 | 253 | 311 | 7 | 17 | 0 | 25 | 416 | 26 | 111 |
| Binary | 10111010 | 10101011 | 11001001 | 111 | 1111 | 0 | 10101 | 100001110 | 10110 | 1001001 |
Color Harmonies of #BAABC9
Complementary color
Monochromatic Colors of #BAABC9
Black with #BAABC9
Text Example
Text Example
White with #BAABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABC9; }
p { color: rgb(186,171,201); }
H1.HeaderClassName
{
color: #BAABC9;
}
.AnyTagClassName
{
color: #BAABC9;
}
</style>
background-color css
<style>
a { background-color: #BAABC9; }
a { background-color: rgb(186,171,201); }
div.DivClassName
{
background-color: #BAABC9;
}
.BgClassName
{
background-color: #BAABC9;
}
</style>
border-color css
<style>
span { border-color: #BAABC9; }
span { border-color: rgb(186,171,201); }
td.TdClassName
{
border-color: #BAABC9;
}
.TagClassName
{
border-color: #BAABC9;
}
</style>