Shades of Ghost #BABBC9
Tints of Ghost #BABBC9
RGB
CMYK
RGB Variations
Color information
#BABBC9 (or 0xBABBC9) is known color: Ghost. HEX triplet: BA, BB and C9. RGB value is (186,187,201). Sum of RGB (Red+Green+Blue) = 186+187+201=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #BABBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC9 is #454436. Grayscale: #BCBCBC. Windows color (decimal): -4539447 or 13220794. OLE color: 13220794.
HSL color Cylindrical-coordinate representation of color #BABBC9: hue angle of 236º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABBC9 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 187 | 201 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.21 |
| HSL | 236º | 0.12% | 0.76% | - |
| HSV(B) | 236º | 0.07% | 0.79% | - |
| XYZ | 48.56 | 50.2 | 62.39 | - |
| YUV | 188.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 201 | 0.07 | 0.07 | 0 | 0.21 | 236 | 0.12 | 0.76 |
| Hex | BA | BB | C9 | 7 | 7 | 0 | 15 | EC | C | 4C |
| Octal | 272 | 273 | 311 | 7 | 7 | 0 | 25 | 354 | 14 | 114 |
| Binary | 10111010 | 10111011 | 11001001 | 111 | 111 | 0 | 10101 | 11101100 | 1100 | 1001100 |
Color Harmonies of #BABBC9
Complementary color
Monochromatic Colors of #BABBC9
Black with #BABBC9
Text Example
Text Example
White with #BABBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBC9; }
p { color: rgb(186,187,201); }
H1.HeaderClassName
{
color: #BABBC9;
}
.AnyTagClassName
{
color: #BABBC9;
}
</style>
background-color css
<style>
a { background-color: #BABBC9; }
a { background-color: rgb(186,187,201); }
div.DivClassName
{
background-color: #BABBC9;
}
.BgClassName
{
background-color: #BABBC9;
}
</style>
border-color css
<style>
span { border-color: #BABBC9; }
span { border-color: rgb(186,187,201); }
td.TdClassName
{
border-color: #BABBC9;
}
.TagClassName
{
border-color: #BABBC9;
}
</style>