Shades of Ghost #BABBC1
Tints of Ghost #BABBC1
RGB
CMYK
RGB Variations
Color information
#BABBC1 (or 0xBABBC1) is known color: Ghost. HEX triplet: BA, BB and C1. RGB value is (186,187,193). Sum of RGB (Red+Green+Blue) = 186+187+193=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 193 - color contains mainly: blue. Hex color #BABBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC1 is #45443E. Grayscale: #BBBBBB. Windows color (decimal): -4539455 or 12696506. OLE color: 12696506.
HSL color Cylindrical-coordinate representation of color #BABBC1: hue angle of 231.43º degrees, saturation: 0.05, 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 #BABBC1 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 187 | 193 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.24 |
| HSL | 231.43º | 0.05% | 0.74% | - |
| HSV(B) | 231.43º | 0.04% | 0.76% | - |
| XYZ | 47.65 | 49.83 | 57.56 | - |
| YUV | 187.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 193 | 0.04 | 0.03 | 0 | 0.24 | 231.43 | 0.05 | 0.74 |
| Hex | BA | BB | C1 | 4 | 3 | 0 | 18 | E7 | 5 | 4A |
| Octal | 272 | 273 | 301 | 4 | 3 | 0 | 30 | 347 | 5 | 112 |
| Binary | 10111010 | 10111011 | 11000001 | 100 | 11 | 0 | 11000 | 11100111 | 101 | 1001010 |
Color Harmonies of #BABBC1
Complementary color
Monochromatic Colors of #BABBC1
Black with #BABBC1
Text Example
Text Example
White with #BABBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBC1; }
p { color: rgb(186,187,193); }
H1.HeaderClassName
{
color: #BABBC1;
}
.AnyTagClassName
{
color: #BABBC1;
}
</style>
background-color css
<style>
a { background-color: #BABBC1; }
a { background-color: rgb(186,187,193); }
div.DivClassName
{
background-color: #BABBC1;
}
.BgClassName
{
background-color: #BABBC1;
}
</style>
border-color css
<style>
span { border-color: #BABBC1; }
span { border-color: rgb(186,187,193); }
td.TdClassName
{
border-color: #BABBC1;
}
.TagClassName
{
border-color: #BABBC1;
}
</style>