Shades of Ghost #B8B7BB
Tints of Ghost #B8B7BB
RGB
CMYK
RGB Variations
Color information
#B8B7BB (or 0xB8B7BB) is known color: Ghost. HEX triplet: B8, B7 and BB. RGB value is (184,183,187). Sum of RGB (Red+Green+Blue) = 184+183+187=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B7BB is #474844. Grayscale: #B7B7B7. Windows color (decimal): -4671557 or 12302264. OLE color: 12302264.
HSL color Cylindrical-coordinate representation of color #B8B7BB: hue angle of 255º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B8B7BB is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 183 | 187 | - |
CMYK | 0.02 | 0.02 | 0 | 0.27 |
HSL | 255º | 0.03% | 0.73% | - |
HSV(B) | 255º | 0.02% | 0.73% | - |
XYZ | 45.67 | 47.65 | 53.8 | - |
YUV | 183.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 183 | 187 | 0.02 | 0.02 | 0 | 0.27 | 255 | 0.03 | 0.73 |
Hex | B8 | B7 | BB | 2 | 2 | 0 | 1B | FF | 3 | 49 |
Octal | 270 | 267 | 273 | 2 | 2 | 0 | 33 | 377 | 3 | 111 |
Binary | 10111000 | 10110111 | 10111011 | 10 | 10 | 0 | 11011 | 11111111 | 11 | 1001001 |
Color Harmonies of #B8B7BB
Complementary color
Monochromatic Colors of #B8B7BB
Black with #B8B7BB
Text Example
Text Example
White with #B8B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B7BB; }
p { color: rgb(184,183,187); }
H1.HeaderClassName
{
color: #B8B7BB;
}
.AnyTagClassName
{
color: #B8B7BB;
}
</style>
background-color css
<style>
a { background-color: #B8B7BB; }
a { background-color: rgb(184,183,187); }
div.DivClassName
{
background-color: #B8B7BB;
}
.BgClassName
{
background-color: #B8B7BB;
}
</style>
border-color css
<style>
span { border-color: #B8B7BB; }
span { border-color: rgb(184,183,187); }
td.TdClassName
{
border-color: #B8B7BB;
}
.TagClassName
{
border-color: #B8B7BB;
}
</style>