Shades of Ghost #BABAC8
Tints of Ghost #BABAC8
RGB
CMYK
RGB Variations
Color information
#BABAC8 (or 0xBABAC8) is known color: Ghost. HEX triplet: BA, BA and C8. RGB value is (186,186,200). Sum of RGB (Red+Green+Blue) = 186+186+200=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 200 - color contains mainly: blue. Hex color #BABAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAC8 is #454537. Grayscale: #BBBBBB. Windows color (decimal): -4539704 or 13155002. OLE color: 13155002.
HSL color Cylindrical-coordinate representation of color #BABAC8: hue angle of 240º 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 #BABAC8 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 186 | 186 | 200 | - |
CMYK | 0.07 | 0.07 | 0 | 0.22 |
HSL | 240º | 0.11% | 0.76% | - |
HSV(B) | 240º | 0.07% | 0.78% | - |
XYZ | 48.23 | 49.73 | 61.7 | - |
YUV | 187.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 200 | 0.07 | 0.07 | 0 | 0.22 | 240 | 0.11 | 0.76 |
Hex | BA | BA | C8 | 7 | 7 | 0 | 16 | F0 | B | 4C |
Octal | 272 | 272 | 310 | 7 | 7 | 0 | 26 | 360 | 13 | 114 |
Binary | 10111010 | 10111010 | 11001000 | 111 | 111 | 0 | 10110 | 11110000 | 1011 | 1001100 |
Color Harmonies of #BABAC8
Complementary color
Monochromatic Colors of #BABAC8
Black with #BABAC8
Text Example
Text Example
White with #BABAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAC8; }
p { color: rgb(186,186,200); }
H1.HeaderClassName
{
color: #BABAC8;
}
.AnyTagClassName
{
color: #BABAC8;
}
</style>
background-color css
<style>
a { background-color: #BABAC8; }
a { background-color: rgb(186,186,200); }
div.DivClassName
{
background-color: #BABAC8;
}
.BgClassName
{
background-color: #BABAC8;
}
</style>
border-color css
<style>
span { border-color: #BABAC8; }
span { border-color: rgb(186,186,200); }
td.TdClassName
{
border-color: #BABAC8;
}
.TagClassName
{
border-color: #BABAC8;
}
</style>