Shades of Ghost #BABCC8
Tints of Ghost #BABCC8
RGB
CMYK
RGB Variations
Color information
#BABCC8 (or 0xBABCC8) is known color: Ghost. HEX triplet: BA, BC and C8. RGB value is (186,188,200). Sum of RGB (Red+Green+Blue) = 186+188+200=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 200 - color contains mainly: blue. Hex color #BABCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC8 is #454337. Grayscale: #BCBCBC. Windows color (decimal): -4539192 or 13155514. OLE color: 13155514.
HSL color Cylindrical-coordinate representation of color #BABCC8: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABCC8 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 188 | 200 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.22 |
| HSL | 231.43º | 0.11% | 0.76% | - |
| HSV(B) | 231.43º | 0.07% | 0.78% | - |
| XYZ | 48.66 | 50.58 | 61.84 | - |
| YUV | 188.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 200 | 0.07 | 0.06 | 0 | 0.22 | 231.43 | 0.11 | 0.76 |
| Hex | BA | BC | C8 | 7 | 6 | 0 | 16 | E7 | B | 4C |
| Octal | 272 | 274 | 310 | 7 | 6 | 0 | 26 | 347 | 13 | 114 |
| Binary | 10111010 | 10111100 | 11001000 | 111 | 110 | 0 | 10110 | 11100111 | 1011 | 1001100 |
Color Harmonies of #BABCC8
Complementary color
Monochromatic Colors of #BABCC8
Black with #BABCC8
Text Example
Text Example
White with #BABCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCC8; }
p { color: rgb(186,188,200); }
H1.HeaderClassName
{
color: #BABCC8;
}
.AnyTagClassName
{
color: #BABCC8;
}
</style>
background-color css
<style>
a { background-color: #BABCC8; }
a { background-color: rgb(186,188,200); }
div.DivClassName
{
background-color: #BABCC8;
}
.BgClassName
{
background-color: #BABCC8;
}
</style>
border-color css
<style>
span { border-color: #BABCC8; }
span { border-color: rgb(186,188,200); }
td.TdClassName
{
border-color: #BABCC8;
}
.TagClassName
{
border-color: #BABCC8;
}
</style>