Shades of Ghost #BABBC6
Tints of Ghost #BABBC6
RGB
CMYK
RGB Variations
Color information
#BABBC6 (or 0xBABBC6) is known color: Ghost. HEX triplet: BA, BB and C6. RGB value is (186,187,198). Sum of RGB (Red+Green+Blue) = 186+187+198=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #BABBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC6 is #454439. Grayscale: #BBBBBB. Windows color (decimal): -4539450 or 13024186. OLE color: 13024186.
HSL color Cylindrical-coordinate representation of color #BABBC6: hue angle of 235º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABBC6 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 187 | 198 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.22 |
| HSL | 235º | 0.1% | 0.75% | - |
| HSV(B) | 235º | 0.06% | 0.78% | - |
| XYZ | 48.21 | 50.06 | 60.55 | - |
| YUV | 187.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 198 | 0.06 | 0.06 | 0 | 0.22 | 235 | 0.1 | 0.75 |
| Hex | BA | BB | C6 | 6 | 6 | 0 | 16 | EB | A | 4B |
| Octal | 272 | 273 | 306 | 6 | 6 | 0 | 26 | 353 | 12 | 113 |
| Binary | 10111010 | 10111011 | 11000110 | 110 | 110 | 0 | 10110 | 11101011 | 1010 | 1001011 |
Color Harmonies of #BABBC6
Complementary color
Monochromatic Colors of #BABBC6
Black with #BABBC6
Text Example
Text Example
White with #BABBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBC6; }
p { color: rgb(186,187,198); }
H1.HeaderClassName
{
color: #BABBC6;
}
.AnyTagClassName
{
color: #BABBC6;
}
</style>
background-color css
<style>
a { background-color: #BABBC6; }
a { background-color: rgb(186,187,198); }
div.DivClassName
{
background-color: #BABBC6;
}
.BgClassName
{
background-color: #BABBC6;
}
</style>
border-color css
<style>
span { border-color: #BABBC6; }
span { border-color: rgb(186,187,198); }
td.TdClassName
{
border-color: #BABBC6;
}
.TagClassName
{
border-color: #BABBC6;
}
</style>