Shades of Ghost #BAB9C0
Tints of Ghost #BAB9C0
RGB
CMYK
RGB Variations
Color information
#BAB9C0 (or 0xBAB9C0) is known color: Ghost. HEX triplet: BA, B9 and C0. RGB value is (186,185,192). Sum of RGB (Red+Green+Blue) = 186+185+192=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9C0 is #45463F. Grayscale: #BABABA. Windows color (decimal): -4539968 or 12630458. OLE color: 12630458.
HSL color Cylindrical-coordinate representation of color #BAB9C0: hue angle of 248.57º degrees, saturation: 0.05, 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 #BAB9C0 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 185 | 192 | - |
CMYK | 0.03 | 0.04 | 0 | 0.25 |
HSL | 248.57º | 0.05% | 0.74% | - |
HSV(B) | 248.57º | 0.04% | 0.75% | - |
XYZ | 47.11 | 48.94 | 56.83 | - |
YUV | 186.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 185 | 192 | 0.03 | 0.04 | 0 | 0.25 | 248.57 | 0.05 | 0.74 |
Hex | BA | B9 | C0 | 3 | 4 | 0 | 19 | F9 | 5 | 4A |
Octal | 272 | 271 | 300 | 3 | 4 | 0 | 31 | 371 | 5 | 112 |
Binary | 10111010 | 10111001 | 11000000 | 11 | 100 | 0 | 11001 | 11111001 | 101 | 1001010 |
Color Harmonies of #BAB9C0
Complementary color
Monochromatic Colors of #BAB9C0
Black with #BAB9C0
Text Example
Text Example
White with #BAB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9C0; }
p { color: rgb(186,185,192); }
H1.HeaderClassName
{
color: #BAB9C0;
}
.AnyTagClassName
{
color: #BAB9C0;
}
</style>
background-color css
<style>
a { background-color: #BAB9C0; }
a { background-color: rgb(186,185,192); }
div.DivClassName
{
background-color: #BAB9C0;
}
.BgClassName
{
background-color: #BAB9C0;
}
</style>
border-color css
<style>
span { border-color: #BAB9C0; }
span { border-color: rgb(186,185,192); }
td.TdClassName
{
border-color: #BAB9C0;
}
.TagClassName
{
border-color: #BAB9C0;
}
</style>