Shades of Ghost #BABABE
Tints of Ghost #BABABE
RGB
CMYK
RGB Variations
Color information
#BABABE (or 0xBABABE) is known color: Ghost. HEX triplet: BA, BA and BE. RGB value is (186,186,190). Sum of RGB (Red+Green+Blue) = 186+186+190=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #BABABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABABE is #454541. Grayscale: #BABABA. Windows color (decimal): -4539714 or 12499642. OLE color: 12499642.
HSL color Cylindrical-coordinate representation of color #BABABE: hue angle of 240º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BABABE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 186 | 190 | - |
CMYK | 0.02 | 0.02 | 0 | 0.25 |
HSL | 240º | 0.03% | 0.74% | - |
HSV(B) | 240º | 0.02% | 0.75% | - |
XYZ | 47.1 | 49.27 | 55.74 | - |
YUV | 186.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 186 | 190 | 0.02 | 0.02 | 0 | 0.25 | 240 | 0.03 | 0.74 |
Hex | BA | BA | BE | 2 | 2 | 0 | 19 | F0 | 3 | 4A |
Octal | 272 | 272 | 276 | 2 | 2 | 0 | 31 | 360 | 3 | 112 |
Binary | 10111010 | 10111010 | 10111110 | 10 | 10 | 0 | 11001 | 11110000 | 11 | 1001010 |
Color Harmonies of #BABABE
Complementary color
Monochromatic Colors of #BABABE
Black with #BABABE
Text Example
Text Example
White with #BABABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABABE; }
p { color: rgb(186,186,190); }
H1.HeaderClassName
{
color: #BABABE;
}
.AnyTagClassName
{
color: #BABABE;
}
</style>
background-color css
<style>
a { background-color: #BABABE; }
a { background-color: rgb(186,186,190); }
div.DivClassName
{
background-color: #BABABE;
}
.BgClassName
{
background-color: #BABABE;
}
</style>
border-color css
<style>
span { border-color: #BABABE; }
span { border-color: rgb(186,186,190); }
td.TdClassName
{
border-color: #BABABE;
}
.TagClassName
{
border-color: #BABABE;
}
</style>