Shades of Ghost #BABBC2
Tints of Ghost #BABBC2
RGB
CMYK
RGB Variations
Color information
#BABBC2 (or 0xBABBC2) is known color: Ghost. HEX triplet: BA, BB and C2. RGB value is (186,187,194). Sum of RGB (Red+Green+Blue) = 186+187+194=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 194 - color contains mainly: blue. Hex color #BABBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC2 is #45443D. Grayscale: #BBBBBB. Windows color (decimal): -4539454 or 12762042. OLE color: 12762042.
HSL color Cylindrical-coordinate representation of color #BABBC2: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABBC2 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 187 | 194 | - |
CMYK | 0.04 | 0.04 | 0 | 0.24 |
HSL | 232.5º | 0.06% | 0.75% | - |
HSV(B) | 232.5º | 0.04% | 0.76% | - |
XYZ | 47.76 | 49.87 | 58.15 | - |
YUV | 187.5 | 131.67 | 126.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 187 | 194 | 0.04 | 0.04 | 0 | 0.24 | 232.5 | 0.06 | 0.75 |
Hex | BA | BB | C2 | 4 | 4 | 0 | 18 | E8 | 6 | 4B |
Octal | 272 | 273 | 302 | 4 | 4 | 0 | 30 | 350 | 6 | 113 |
Binary | 10111010 | 10111011 | 11000010 | 100 | 100 | 0 | 11000 | 11101000 | 110 | 1001011 |
Color Harmonies of #BABBC2
Complementary color
Monochromatic Colors of #BABBC2
Black with #BABBC2
Text Example
Text Example
White with #BABBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBC2; }
p { color: rgb(186,187,194); }
H1.HeaderClassName
{
color: #BABBC2;
}
.AnyTagClassName
{
color: #BABBC2;
}
</style>
background-color css
<style>
a { background-color: #BABBC2; }
a { background-color: rgb(186,187,194); }
div.DivClassName
{
background-color: #BABBC2;
}
.BgClassName
{
background-color: #BABBC2;
}
</style>
border-color css
<style>
span { border-color: #BABBC2; }
span { border-color: rgb(186,187,194); }
td.TdClassName
{
border-color: #BABBC2;
}
.TagClassName
{
border-color: #BABBC2;
}
</style>