Shades of Ghost #B7B8C1
Tints of Ghost #B7B8C1
RGB
CMYK
RGB Variations
Color information
#B7B8C1 (or 0xB7B8C1) is known color: Ghost. HEX triplet: B7, B8 and C1. RGB value is (183,184,193). Sum of RGB (Red+Green+Blue) = 183+184+193=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8C1 is #48473E. Grayscale: #B8B8B8. Windows color (decimal): -4736831 or 12695735. OLE color: 12695735.
HSL color Cylindrical-coordinate representation of color #B7B8C1: hue angle of 234º 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 #B7B8C1 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 184 | 193 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.24 |
| HSL | 234º | 0.07% | 0.74% | - |
| HSV(B) | 234º | 0.05% | 0.76% | - |
| XYZ | 46.29 | 48.2 | 57.32 | - |
| YUV | 184.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 193 | 0.05 | 0.05 | 0 | 0.24 | 234 | 0.07 | 0.74 |
| Hex | B7 | B8 | C1 | 5 | 5 | 0 | 18 | EA | 7 | 4A |
| Octal | 267 | 270 | 301 | 5 | 5 | 0 | 30 | 352 | 7 | 112 |
| Binary | 10110111 | 10111000 | 11000001 | 101 | 101 | 0 | 11000 | 11101010 | 111 | 1001010 |
Color Harmonies of #B7B8C1
Complementary color
Monochromatic Colors of #B7B8C1
Black with #B7B8C1
Text Example
Text Example
White with #B7B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8C1; }
p { color: rgb(183,184,193); }
H1.HeaderClassName
{
color: #B7B8C1;
}
.AnyTagClassName
{
color: #B7B8C1;
}
</style>
background-color css
<style>
a { background-color: #B7B8C1; }
a { background-color: rgb(183,184,193); }
div.DivClassName
{
background-color: #B7B8C1;
}
.BgClassName
{
background-color: #B7B8C1;
}
</style>
border-color css
<style>
span { border-color: #B7B8C1; }
span { border-color: rgb(183,184,193); }
td.TdClassName
{
border-color: #B7B8C1;
}
.TagClassName
{
border-color: #B7B8C1;
}
</style>