Shades of Ghost #B8B7BC
Tints of Ghost #B8B7BC
RGB
CMYK
RGB Variations
Color information
#B8B7BC (or 0xB8B7BC) is known color: Ghost. HEX triplet: B8, B7 and BC. RGB value is (184,183,188). Sum of RGB (Red+Green+Blue) = 184+183+188=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 188 - color contains mainly: blue. Hex color #B8B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7BC is #474843. Grayscale: #B7B7B7. Windows color (decimal): -4671556 or 12367800. OLE color: 12367800.
HSL color Cylindrical-coordinate representation of color #B8B7BC: hue angle of 252º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8B7BC is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 183 | 188 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.26 |
| HSL | 252º | 0.04% | 0.73% | - |
| HSV(B) | 252º | 0.03% | 0.74% | - |
| XYZ | 45.78 | 47.69 | 54.37 | - |
| YUV | 183.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 188 | 0.02 | 0.03 | 0 | 0.26 | 252 | 0.04 | 0.73 |
| Hex | B8 | B7 | BC | 2 | 3 | 0 | 1A | FC | 4 | 49 |
| Octal | 270 | 267 | 274 | 2 | 3 | 0 | 32 | 374 | 4 | 111 |
| Binary | 10111000 | 10110111 | 10111100 | 10 | 11 | 0 | 11010 | 11111100 | 100 | 1001001 |
Color Harmonies of #B8B7BC
Complementary color
Monochromatic Colors of #B8B7BC
Black with #B8B7BC
Text Example
Text Example
White with #B8B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B7BC; }
p { color: rgb(184,183,188); }
H1.HeaderClassName
{
color: #B8B7BC;
}
.AnyTagClassName
{
color: #B8B7BC;
}
</style>
background-color css
<style>
a { background-color: #B8B7BC; }
a { background-color: rgb(184,183,188); }
div.DivClassName
{
background-color: #B8B7BC;
}
.BgClassName
{
background-color: #B8B7BC;
}
</style>
border-color css
<style>
span { border-color: #B8B7BC; }
span { border-color: rgb(184,183,188); }
td.TdClassName
{
border-color: #B8B7BC;
}
.TagClassName
{
border-color: #B8B7BC;
}
</style>