Shades of Ghost #B9B8C1
Tints of Ghost #B9B8C1
RGB
CMYK
RGB Variations
Color information
#B9B8C1 (or 0xB9B8C1) is known color: Ghost. HEX triplet: B9, B8 and C1. RGB value is (185,184,193). Sum of RGB (Red+Green+Blue) = 185+184+193=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8C1 is #46473E. Grayscale: #B9B9B9. Windows color (decimal): -4605759 or 12695737. OLE color: 12695737.
HSL color Cylindrical-coordinate representation of color #B9B8C1: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9B8C1 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 184 | 193 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.24 |
| HSL | 246.67º | 0.07% | 0.74% | - |
| HSV(B) | 246.67º | 0.05% | 0.76% | - |
| XYZ | 46.77 | 48.45 | 57.34 | - |
| YUV | 185.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 193 | 0.04 | 0.05 | 0 | 0.24 | 246.67 | 0.07 | 0.74 |
| Hex | B9 | B8 | C1 | 4 | 5 | 0 | 18 | F7 | 7 | 4A |
| Octal | 271 | 270 | 301 | 4 | 5 | 0 | 30 | 367 | 7 | 112 |
| Binary | 10111001 | 10111000 | 11000001 | 100 | 101 | 0 | 11000 | 11110111 | 111 | 1001010 |
Color Harmonies of #B9B8C1
Complementary color
Monochromatic Colors of #B9B8C1
Black with #B9B8C1
Text Example
Text Example
White with #B9B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B8C1; }
p { color: rgb(185,184,193); }
H1.HeaderClassName
{
color: #B9B8C1;
}
.AnyTagClassName
{
color: #B9B8C1;
}
</style>
background-color css
<style>
a { background-color: #B9B8C1; }
a { background-color: rgb(185,184,193); }
div.DivClassName
{
background-color: #B9B8C1;
}
.BgClassName
{
background-color: #B9B8C1;
}
</style>
border-color css
<style>
span { border-color: #B9B8C1; }
span { border-color: rgb(185,184,193); }
td.TdClassName
{
border-color: #B9B8C1;
}
.TagClassName
{
border-color: #B9B8C1;
}
</style>