Shades of Ghost #BAB8C4
Tints of Ghost #BAB8C4
RGB
CMYK
RGB Variations
Color information
#BAB8C4 (or 0xBAB8C4) is known color: Ghost. HEX triplet: BA, B8 and C4. RGB value is (186,184,196). Sum of RGB (Red+Green+Blue) = 186+184+196=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAB8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8C4 is #45473B. Grayscale: #B9B9B9. Windows color (decimal): -4540220 or 12892346. OLE color: 12892346.
HSL color Cylindrical-coordinate representation of color #BAB8C4: hue angle of 250º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAB8C4 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 184 | 196 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.23 |
| HSL | 250º | 0.09% | 0.75% | - |
| HSV(B) | 250º | 0.06% | 0.77% | - |
| XYZ | 47.35 | 48.71 | 59.13 | - |
| YUV | 185.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 196 | 0.05 | 0.06 | 0 | 0.23 | 250 | 0.09 | 0.75 |
| Hex | BA | B8 | C4 | 5 | 6 | 0 | 17 | FA | 9 | 4B |
| Octal | 272 | 270 | 304 | 5 | 6 | 0 | 27 | 372 | 11 | 113 |
| Binary | 10111010 | 10111000 | 11000100 | 101 | 110 | 0 | 10111 | 11111010 | 1001 | 1001011 |
Color Harmonies of #BAB8C4
Complementary color
Monochromatic Colors of #BAB8C4
Black with #BAB8C4
Text Example
Text Example
White with #BAB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8C4; }
p { color: rgb(186,184,196); }
H1.HeaderClassName
{
color: #BAB8C4;
}
.AnyTagClassName
{
color: #BAB8C4;
}
</style>
background-color css
<style>
a { background-color: #BAB8C4; }
a { background-color: rgb(186,184,196); }
div.DivClassName
{
background-color: #BAB8C4;
}
.BgClassName
{
background-color: #BAB8C4;
}
</style>
border-color css
<style>
span { border-color: #BAB8C4; }
span { border-color: rgb(186,184,196); }
td.TdClassName
{
border-color: #BAB8C4;
}
.TagClassName
{
border-color: #BAB8C4;
}
</style>