Shades of Ghost #BABBC5
Tints of Ghost #BABBC5
RGB
CMYK
RGB Variations
Color information
#BABBC5 (or 0xBABBC5) is known color: Ghost. HEX triplet: BA, BB and C5. RGB value is (186,187,197). Sum of RGB (Red+Green+Blue) = 186+187+197=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 197 - color contains mainly: blue. Hex color #BABBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC5 is #45443A. Grayscale: #BBBBBB. Windows color (decimal): -4539451 or 12958650. OLE color: 12958650.
HSL color Cylindrical-coordinate representation of color #BABBC5: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABBC5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 187 | 197 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.23 |
| HSL | 234.55º | 0.09% | 0.75% | - |
| HSV(B) | 234.55º | 0.06% | 0.77% | - |
| XYZ | 48.1 | 50.01 | 59.94 | - |
| YUV | 187.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 197 | 0.06 | 0.05 | 0 | 0.23 | 234.55 | 0.09 | 0.75 |
| Hex | BA | BB | C5 | 6 | 5 | 0 | 17 | EB | 9 | 4B |
| Octal | 272 | 273 | 305 | 6 | 5 | 0 | 27 | 353 | 11 | 113 |
| Binary | 10111010 | 10111011 | 11000101 | 110 | 101 | 0 | 10111 | 11101011 | 1001 | 1001011 |
Color Harmonies of #BABBC5
Complementary color
Monochromatic Colors of #BABBC5
Black with #BABBC5
Text Example
Text Example
White with #BABBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBC5; }
p { color: rgb(186,187,197); }
H1.HeaderClassName
{
color: #BABBC5;
}
.AnyTagClassName
{
color: #BABBC5;
}
</style>
background-color css
<style>
a { background-color: #BABBC5; }
a { background-color: rgb(186,187,197); }
div.DivClassName
{
background-color: #BABBC5;
}
.BgClassName
{
background-color: #BABBC5;
}
</style>
border-color css
<style>
span { border-color: #BABBC5; }
span { border-color: rgb(186,187,197); }
td.TdClassName
{
border-color: #BABBC5;
}
.TagClassName
{
border-color: #BABBC5;
}
</style>