Shades of Ghost #BAB8C0
Tints of Ghost #BAB8C0
RGB
CMYK
RGB Variations
Color information
#BAB8C0 (or 0xBAB8C0) is known color: Ghost. HEX triplet: BA, B8 and C0. RGB value is (186,184,192). Sum of RGB (Red+Green+Blue) = 186+184+192=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8C0 is #45473F. Grayscale: #B9B9B9. Windows color (decimal): -4540224 or 12630202. OLE color: 12630202.
HSL color Cylindrical-coordinate representation of color #BAB8C0: hue angle of 255º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB8C0 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 184 | 192 | - |
CMYK | 0.03 | 0.04 | 0 | 0.25 |
HSL | 255º | 0.06% | 0.74% | - |
HSV(B) | 255º | 0.04% | 0.75% | - |
XYZ | 46.9 | 48.53 | 56.76 | - |
YUV | 185.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 184 | 192 | 0.03 | 0.04 | 0 | 0.25 | 255 | 0.06 | 0.74 |
Hex | BA | B8 | C0 | 3 | 4 | 0 | 19 | FF | 6 | 4A |
Octal | 272 | 270 | 300 | 3 | 4 | 0 | 31 | 377 | 6 | 112 |
Binary | 10111010 | 10111000 | 11000000 | 11 | 100 | 0 | 11001 | 11111111 | 110 | 1001010 |
Color Harmonies of #BAB8C0
Complementary color
Monochromatic Colors of #BAB8C0
Black with #BAB8C0
Text Example
Text Example
White with #BAB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8C0; }
p { color: rgb(186,184,192); }
H1.HeaderClassName
{
color: #BAB8C0;
}
.AnyTagClassName
{
color: #BAB8C0;
}
</style>
background-color css
<style>
a { background-color: #BAB8C0; }
a { background-color: rgb(186,184,192); }
div.DivClassName
{
background-color: #BAB8C0;
}
.BgClassName
{
background-color: #BAB8C0;
}
</style>
border-color css
<style>
span { border-color: #BAB8C0; }
span { border-color: rgb(186,184,192); }
td.TdClassName
{
border-color: #BAB8C0;
}
.TagClassName
{
border-color: #BAB8C0;
}
</style>