Shades of Ghost #B8B8C1
Tints of Ghost #B8B8C1
RGB
CMYK
RGB Variations
Color information
#B8B8C1 (or 0xB8B8C1) is known color: Ghost. HEX triplet: B8, B8 and C1. RGB value is (184,184,193). Sum of RGB (Red+Green+Blue) = 184+184+193=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 193 - color contains mainly: blue. Hex color #B8B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B8C1 is #47473E. Grayscale: #B8B8B8. Windows color (decimal): -4671295 or 12695736. OLE color: 12695736.
HSL color Cylindrical-coordinate representation of color #B8B8C1: hue angle of 240º 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 #B8B8C1 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 184 | 193 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.24 |
| HSL | 240º | 0.07% | 0.74% | - |
| HSV(B) | 240º | 0.05% | 0.76% | - |
| XYZ | 46.53 | 48.32 | 57.33 | - |
| YUV | 185.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 184 | 193 | 0.05 | 0.05 | 0 | 0.24 | 240 | 0.07 | 0.74 |
| Hex | B8 | B8 | C1 | 5 | 5 | 0 | 18 | F0 | 7 | 4A |
| Octal | 270 | 270 | 301 | 5 | 5 | 0 | 30 | 360 | 7 | 112 |
| Binary | 10111000 | 10111000 | 11000001 | 101 | 101 | 0 | 11000 | 11110000 | 111 | 1001010 |
Color Harmonies of #B8B8C1
Complementary color
Monochromatic Colors of #B8B8C1
Black with #B8B8C1
Text Example
Text Example
White with #B8B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B8C1; }
p { color: rgb(184,184,193); }
H1.HeaderClassName
{
color: #B8B8C1;
}
.AnyTagClassName
{
color: #B8B8C1;
}
</style>
background-color css
<style>
a { background-color: #B8B8C1; }
a { background-color: rgb(184,184,193); }
div.DivClassName
{
background-color: #B8B8C1;
}
.BgClassName
{
background-color: #B8B8C1;
}
</style>
border-color css
<style>
span { border-color: #B8B8C1; }
span { border-color: rgb(184,184,193); }
td.TdClassName
{
border-color: #B8B8C1;
}
.TagClassName
{
border-color: #B8B8C1;
}
</style>