Shades of Ghost #BABBC4
Tints of Ghost #BABBC4
RGB
CMYK
RGB Variations
Color information
#BABBC4 (or 0xBABBC4) is known color: Ghost. HEX triplet: BA, BB and C4. RGB value is (186,187,196). Sum of RGB (Red+Green+Blue) = 186+187+196=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 196 - color contains mainly: blue. Hex color #BABBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC4 is #45443B. Grayscale: #BBBBBB. Windows color (decimal): -4539452 or 12893114. OLE color: 12893114.
HSL color Cylindrical-coordinate representation of color #BABBC4: hue angle of 234º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABBC4 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 187 | 196 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.23 |
| HSL | 234º | 0.08% | 0.75% | - |
| HSV(B) | 234º | 0.05% | 0.77% | - |
| XYZ | 47.98 | 49.97 | 59.34 | - |
| YUV | 187.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 196 | 0.05 | 0.05 | 0 | 0.23 | 234 | 0.08 | 0.75 |
| Hex | BA | BB | C4 | 5 | 5 | 0 | 17 | EA | 8 | 4B |
| Octal | 272 | 273 | 304 | 5 | 5 | 0 | 27 | 352 | 10 | 113 |
| Binary | 10111010 | 10111011 | 11000100 | 101 | 101 | 0 | 10111 | 11101010 | 1000 | 1001011 |
Color Harmonies of #BABBC4
Complementary color
Monochromatic Colors of #BABBC4
Black with #BABBC4
Text Example
Text Example
White with #BABBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBC4; }
p { color: rgb(186,187,196); }
H1.HeaderClassName
{
color: #BABBC4;
}
.AnyTagClassName
{
color: #BABBC4;
}
</style>
background-color css
<style>
a { background-color: #BABBC4; }
a { background-color: rgb(186,187,196); }
div.DivClassName
{
background-color: #BABBC4;
}
.BgClassName
{
background-color: #BABBC4;
}
</style>
border-color css
<style>
span { border-color: #BABBC4; }
span { border-color: rgb(186,187,196); }
td.TdClassName
{
border-color: #BABBC4;
}
.TagClassName
{
border-color: #BABBC4;
}
</style>