Shades of Ghost #BAB9C2
Tints of Ghost #BAB9C2
RGB
CMYK
RGB Variations
Color information
#BAB9C2 (or 0xBAB9C2) is known color: Ghost. HEX triplet: BA, B9 and C2. RGB value is (186,185,194). Sum of RGB (Red+Green+Blue) = 186+185+194=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 185 (72.66% from 255 or 32.74% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAB9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9C2 is #45463D. Grayscale: #BABABA. Windows color (decimal): -4539966 or 12761530. OLE color: 12761530.
HSL color Cylindrical-coordinate representation of color #BAB9C2: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB9C2 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 185 | 194 | - |
CMYK | 0.04 | 0.05 | 0 | 0.24 |
HSL | 246.67º | 0.07% | 0.74% | - |
HSV(B) | 246.67º | 0.05% | 0.76% | - |
XYZ | 47.34 | 49.03 | 58.01 | - |
YUV | 186.33 | 132.33 | 127.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 185 | 194 | 0.04 | 0.05 | 0 | 0.24 | 246.67 | 0.07 | 0.74 |
Hex | BA | B9 | C2 | 4 | 5 | 0 | 18 | F7 | 7 | 4A |
Octal | 272 | 271 | 302 | 4 | 5 | 0 | 30 | 367 | 7 | 112 |
Binary | 10111010 | 10111001 | 11000010 | 100 | 101 | 0 | 11000 | 11110111 | 111 | 1001010 |
Color Harmonies of #BAB9C2
Complementary color
Monochromatic Colors of #BAB9C2
Black with #BAB9C2
Text Example
Text Example
White with #BAB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB9C2; }
p { color: rgb(186,185,194); }
H1.HeaderClassName
{
color: #BAB9C2;
}
.AnyTagClassName
{
color: #BAB9C2;
}
</style>
background-color css
<style>
a { background-color: #BAB9C2; }
a { background-color: rgb(186,185,194); }
div.DivClassName
{
background-color: #BAB9C2;
}
.BgClassName
{
background-color: #BAB9C2;
}
</style>
border-color css
<style>
span { border-color: #BAB9C2; }
span { border-color: rgb(186,185,194); }
td.TdClassName
{
border-color: #BAB9C2;
}
.TagClassName
{
border-color: #BAB9C2;
}
</style>