Shades of Ghost #BABAC3
Tints of Ghost #BABAC3
RGB
CMYK
RGB Variations
Color information
#BABAC3 (or 0xBABAC3) is known color: Ghost. HEX triplet: BA, BA and C3. RGB value is (186,186,195). Sum of RGB (Red+Green+Blue) = 186+186+195=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 195 - color contains mainly: blue. Hex color #BABAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAC3 is #45453C. Grayscale: #BABABA. Windows color (decimal): -4539709 or 12827322. OLE color: 12827322.
HSL color Cylindrical-coordinate representation of color #BABAC3: hue angle of 240º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABAC3 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 186 | 195 | - |
CMYK | 0.05 | 0.05 | 0 | 0.24 |
HSL | 240º | 0.07% | 0.75% | - |
HSV(B) | 240º | 0.05% | 0.76% | - |
XYZ | 47.66 | 49.5 | 58.67 | - |
YUV | 187.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 195 | 0.05 | 0.05 | 0 | 0.24 | 240 | 0.07 | 0.75 |
Hex | BA | BA | C3 | 5 | 5 | 0 | 18 | F0 | 7 | 4B |
Octal | 272 | 272 | 303 | 5 | 5 | 0 | 30 | 360 | 7 | 113 |
Binary | 10111010 | 10111010 | 11000011 | 101 | 101 | 0 | 11000 | 11110000 | 111 | 1001011 |
Color Harmonies of #BABAC3
Complementary color
Monochromatic Colors of #BABAC3
Black with #BABAC3
Text Example
Text Example
White with #BABAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABAC3; }
p { color: rgb(186,186,195); }
H1.HeaderClassName
{
color: #BABAC3;
}
.AnyTagClassName
{
color: #BABAC3;
}
</style>
background-color css
<style>
a { background-color: #BABAC3; }
a { background-color: rgb(186,186,195); }
div.DivClassName
{
background-color: #BABAC3;
}
.BgClassName
{
background-color: #BABAC3;
}
</style>
border-color css
<style>
span { border-color: #BABAC3; }
span { border-color: rgb(186,186,195); }
td.TdClassName
{
border-color: #BABAC3;
}
.TagClassName
{
border-color: #BABAC3;
}
</style>