Shades of Ghost #BABBC8
Tints of Ghost #BABBC8
RGB
CMYK
RGB Variations
Color information
#BABBC8 (or 0xBABBC8) is known color: Ghost. HEX triplet: BA, BB and C8. RGB value is (186,187,200). Sum of RGB (Red+Green+Blue) = 186+187+200=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 200 - color contains mainly: blue. Hex color #BABBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC8 is #454437. Grayscale: #BCBCBC. Windows color (decimal): -4539448 or 13155258. OLE color: 13155258.
HSL color Cylindrical-coordinate representation of color #BABBC8: hue angle of 235.71º 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 #BABBC8 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 187 | 200 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.22 |
| HSL | 235.71º | 0.11% | 0.76% | - |
| HSV(B) | 235.71º | 0.07% | 0.78% | - |
| XYZ | 48.45 | 50.15 | 61.77 | - |
| YUV | 188.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 200 | 0.07 | 0.06 | 0 | 0.22 | 235.71 | 0.11 | 0.76 |
| Hex | BA | BB | C8 | 7 | 6 | 0 | 16 | EC | B | 4C |
| Octal | 272 | 273 | 310 | 7 | 6 | 0 | 26 | 354 | 13 | 114 |
| Binary | 10111010 | 10111011 | 11001000 | 111 | 110 | 0 | 10110 | 11101100 | 1011 | 1001100 |
Color Harmonies of #BABBC8
Complementary color
Monochromatic Colors of #BABBC8
Black with #BABBC8
Text Example
Text Example
White with #BABBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBC8; }
p { color: rgb(186,187,200); }
H1.HeaderClassName
{
color: #BABBC8;
}
.AnyTagClassName
{
color: #BABBC8;
}
</style>
background-color css
<style>
a { background-color: #BABBC8; }
a { background-color: rgb(186,187,200); }
div.DivClassName
{
background-color: #BABBC8;
}
.BgClassName
{
background-color: #BABBC8;
}
</style>
border-color css
<style>
span { border-color: #BABBC8; }
span { border-color: rgb(186,187,200); }
td.TdClassName
{
border-color: #BABBC8;
}
.TagClassName
{
border-color: #BABBC8;
}
</style>