Shades of Ghost #BABAC9
Tints of Ghost #BABAC9
RGB
CMYK
RGB Variations
Color information
#BABAC9 (or 0xBABAC9) is known color: Ghost. HEX triplet: BA, BA and C9. RGB value is (186,186,201). Sum of RGB (Red+Green+Blue) = 186+186+201=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #BABAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAC9 is #454536. Grayscale: #BBBBBB. Windows color (decimal): -4539703 or 13220538. OLE color: 13220538.
HSL color Cylindrical-coordinate representation of color #BABAC9: hue angle of 240º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABAC9 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 186 | 201 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.21 |
| HSL | 240º | 0.12% | 0.76% | - |
| HSV(B) | 240º | 0.07% | 0.79% | - |
| XYZ | 48.35 | 49.77 | 62.32 | - |
| YUV | 187.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 201 | 0.07 | 0.07 | 0 | 0.21 | 240 | 0.12 | 0.76 |
| Hex | BA | BA | C9 | 7 | 7 | 0 | 15 | F0 | C | 4C |
| Octal | 272 | 272 | 311 | 7 | 7 | 0 | 25 | 360 | 14 | 114 |
| Binary | 10111010 | 10111010 | 11001001 | 111 | 111 | 0 | 10101 | 11110000 | 1100 | 1001100 |
Color Harmonies of #BABAC9
Complementary color
Monochromatic Colors of #BABAC9
Black with #BABAC9
Text Example
Text Example
White with #BABAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAC9; }
p { color: rgb(186,186,201); }
H1.HeaderClassName
{
color: #BABAC9;
}
.AnyTagClassName
{
color: #BABAC9;
}
</style>
background-color css
<style>
a { background-color: #BABAC9; }
a { background-color: rgb(186,186,201); }
div.DivClassName
{
background-color: #BABAC9;
}
.BgClassName
{
background-color: #BABAC9;
}
</style>
border-color css
<style>
span { border-color: #BABAC9; }
span { border-color: rgb(186,186,201); }
td.TdClassName
{
border-color: #BABAC9;
}
.TagClassName
{
border-color: #BABAC9;
}
</style>