Shades of Ghost #BABCC5
Tints of Ghost #BABCC5
RGB
CMYK
RGB Variations
Color information
#BABCC5 (or 0xBABCC5) is known color: Ghost. HEX triplet: BA, BC and C5. RGB value is (186,188,197). Sum of RGB (Red+Green+Blue) = 186+188+197=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 197 - color contains mainly: blue. Hex color #BABCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC5 is #45433A. Grayscale: #BCBCBC. Windows color (decimal): -4539195 or 12958906. OLE color: 12958906.
HSL color Cylindrical-coordinate representation of color #BABCC5: hue angle of 229.09º 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 #BABCC5 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 188 | 197 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.23 |
| HSL | 229.09º | 0.09% | 0.75% | - |
| HSV(B) | 229.09º | 0.06% | 0.77% | - |
| XYZ | 48.31 | 50.44 | 60.01 | - |
| YUV | 188.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 197 | 0.06 | 0.05 | 0 | 0.23 | 229.09 | 0.09 | 0.75 |
| Hex | BA | BC | C5 | 6 | 5 | 0 | 17 | E5 | 9 | 4B |
| Octal | 272 | 274 | 305 | 6 | 5 | 0 | 27 | 345 | 11 | 113 |
| Binary | 10111010 | 10111100 | 11000101 | 110 | 101 | 0 | 10111 | 11100101 | 1001 | 1001011 |
Color Harmonies of #BABCC5
Complementary color
Monochromatic Colors of #BABCC5
Black with #BABCC5
Text Example
Text Example
White with #BABCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCC5; }
p { color: rgb(186,188,197); }
H1.HeaderClassName
{
color: #BABCC5;
}
.AnyTagClassName
{
color: #BABCC5;
}
</style>
background-color css
<style>
a { background-color: #BABCC5; }
a { background-color: rgb(186,188,197); }
div.DivClassName
{
background-color: #BABCC5;
}
.BgClassName
{
background-color: #BABCC5;
}
</style>
border-color css
<style>
span { border-color: #BABCC5; }
span { border-color: rgb(186,188,197); }
td.TdClassName
{
border-color: #BABCC5;
}
.TagClassName
{
border-color: #BABCC5;
}
</style>