Shades of Ghost #B9B8BD
Tints of Ghost #B9B8BD
RGB
CMYK
RGB Variations
Color information
#B9B8BD (or 0xB9B8BD) is known color: Ghost. HEX triplet: B9, B8 and BD. RGB value is (185,184,189). Sum of RGB (Red+Green+Blue) = 185+184+189=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8BD is #464742. Grayscale: #B8B8B8. Windows color (decimal): -4605763 or 12433593. OLE color: 12433593.
HSL color Cylindrical-coordinate representation of color #B9B8BD: 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 #B9B8BD is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 184 | 189 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.26 |
| HSL | 252º | 0.04% | 0.73% | - |
| HSV(B) | 252º | 0.03% | 0.74% | - |
| XYZ | 46.33 | 48.27 | 55.02 | - |
| YUV | 184.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 189 | 0.02 | 0.03 | 0 | 0.26 | 252 | 0.04 | 0.73 |
| Hex | B9 | B8 | BD | 2 | 3 | 0 | 1A | FC | 4 | 49 |
| Octal | 271 | 270 | 275 | 2 | 3 | 0 | 32 | 374 | 4 | 111 |
| Binary | 10111001 | 10111000 | 10111101 | 10 | 11 | 0 | 11010 | 11111100 | 100 | 1001001 |
Color Harmonies of #B9B8BD
Complementary color
Monochromatic Colors of #B9B8BD
Black with #B9B8BD
Text Example
Text Example
White with #B9B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B8BD; }
p { color: rgb(185,184,189); }
H1.HeaderClassName
{
color: #B9B8BD;
}
.AnyTagClassName
{
color: #B9B8BD;
}
</style>
background-color css
<style>
a { background-color: #B9B8BD; }
a { background-color: rgb(185,184,189); }
div.DivClassName
{
background-color: #B9B8BD;
}
.BgClassName
{
background-color: #B9B8BD;
}
</style>
border-color css
<style>
span { border-color: #B9B8BD; }
span { border-color: rgb(185,184,189); }
td.TdClassName
{
border-color: #B9B8BD;
}
.TagClassName
{
border-color: #B9B8BD;
}
</style>