Shades of Ghost #BAB9C1
Tints of Ghost #BAB9C1
RGB
CMYK
RGB Variations
Color information
#BAB9C1 (or 0xBAB9C1) is known color: Ghost. HEX triplet: BA, B9 and C1. RGB value is (186,185,193). Sum of RGB (Red+Green+Blue) = 186+185+193=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9C1 is #45463E. Grayscale: #BABABA. Windows color (decimal): -4539967 or 12695994. OLE color: 12695994.
HSL color Cylindrical-coordinate representation of color #BAB9C1: hue angle of 247.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB9C1 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 185 | 193 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.24 |
| HSL | 247.5º | 0.06% | 0.74% | - |
| HSV(B) | 247.5º | 0.04% | 0.76% | - |
| XYZ | 47.22 | 48.99 | 57.42 | - |
| YUV | 186.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 193 | 0.04 | 0.04 | 0 | 0.24 | 247.5 | 0.06 | 0.74 |
| Hex | BA | B9 | C1 | 4 | 4 | 0 | 18 | F8 | 6 | 4A |
| Octal | 272 | 271 | 301 | 4 | 4 | 0 | 30 | 370 | 6 | 112 |
| Binary | 10111010 | 10111001 | 11000001 | 100 | 100 | 0 | 11000 | 11111000 | 110 | 1001010 |
Color Harmonies of #BAB9C1
Complementary color
Monochromatic Colors of #BAB9C1
Black with #BAB9C1
Text Example
Text Example
White with #BAB9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9C1; }
p { color: rgb(186,185,193); }
H1.HeaderClassName
{
color: #BAB9C1;
}
.AnyTagClassName
{
color: #BAB9C1;
}
</style>
background-color css
<style>
a { background-color: #BAB9C1; }
a { background-color: rgb(186,185,193); }
div.DivClassName
{
background-color: #BAB9C1;
}
.BgClassName
{
background-color: #BAB9C1;
}
</style>
border-color css
<style>
span { border-color: #BAB9C1; }
span { border-color: rgb(186,185,193); }
td.TdClassName
{
border-color: #BAB9C1;
}
.TagClassName
{
border-color: #BAB9C1;
}
</style>