Shades of Ghost #BAB9C3
Tints of Ghost #BAB9C3
RGB
CMYK
RGB Variations
Color information
#BAB9C3 (or 0xBAB9C3) is known color: Ghost. HEX triplet: BA, B9 and C3. RGB value is (186,185,195). Sum of RGB (Red+Green+Blue) = 186+185+195=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAB9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9C3 is #45463C. Grayscale: #BABABA. Windows color (decimal): -4539965 or 12827066. OLE color: 12827066.
HSL color Cylindrical-coordinate representation of color #BAB9C3: hue angle of 246º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB9C3 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 185 | 195 | - |
CMYK | 0.05 | 0.05 | 0 | 0.24 |
HSL | 246º | 0.08% | 0.75% | - |
HSV(B) | 246º | 0.05% | 0.76% | - |
XYZ | 47.45 | 49.08 | 58.6 | - |
YUV | 186.44 | 132.83 | 127.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 185 | 195 | 0.05 | 0.05 | 0 | 0.24 | 246 | 0.08 | 0.75 |
Hex | BA | B9 | C3 | 5 | 5 | 0 | 18 | F6 | 8 | 4B |
Octal | 272 | 271 | 303 | 5 | 5 | 0 | 30 | 366 | 10 | 113 |
Binary | 10111010 | 10111001 | 11000011 | 101 | 101 | 0 | 11000 | 11110110 | 1000 | 1001011 |
Color Harmonies of #BAB9C3
Complementary color
Monochromatic Colors of #BAB9C3
Black with #BAB9C3
Text Example
Text Example
White with #BAB9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9C3; }
p { color: rgb(186,185,195); }
H1.HeaderClassName
{
color: #BAB9C3;
}
.AnyTagClassName
{
color: #BAB9C3;
}
</style>
background-color css
<style>
a { background-color: #BAB9C3; }
a { background-color: rgb(186,185,195); }
div.DivClassName
{
background-color: #BAB9C3;
}
.BgClassName
{
background-color: #BAB9C3;
}
</style>
border-color css
<style>
span { border-color: #BAB9C3; }
span { border-color: rgb(186,185,195); }
td.TdClassName
{
border-color: #BAB9C3;
}
.TagClassName
{
border-color: #BAB9C3;
}
</style>