Shades of Ghost #B7B7BB
Tints of Ghost #B7B7BB
RGB
CMYK
RGB Variations
Color information
#B7B7BB (or 0xB7B7BB) is known color: Ghost. HEX triplet: B7, B7 and BB. RGB value is (183,183,187). Sum of RGB (Red+Green+Blue) = 183+183+187=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7BB is #484844. Grayscale: #B7B7B7. Windows color (decimal): -4737093 or 12302263. OLE color: 12302263.
HSL color Cylindrical-coordinate representation of color #B7B7BB: hue angle of 240º 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 #B7B7BB is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 183 | 187 | - |
CMYK | 0.02 | 0.02 | 0 | 0.27 |
HSL | 240º | 0.03% | 0.73% | - |
HSV(B) | 240º | 0.02% | 0.73% | - |
XYZ | 45.43 | 47.52 | 53.79 | - |
YUV | 183.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 183 | 187 | 0.02 | 0.02 | 0 | 0.27 | 240 | 0.03 | 0.73 |
Hex | B7 | B7 | BB | 2 | 2 | 0 | 1B | F0 | 3 | 49 |
Octal | 267 | 267 | 273 | 2 | 2 | 0 | 33 | 360 | 3 | 111 |
Binary | 10110111 | 10110111 | 10111011 | 10 | 10 | 0 | 11011 | 11110000 | 11 | 1001001 |
Color Harmonies of #B7B7BB
Complementary color
Monochromatic Colors of #B7B7BB
Black with #B7B7BB
Text Example
Text Example
White with #B7B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7BB; }
p { color: rgb(183,183,187); }
H1.HeaderClassName
{
color: #B7B7BB;
}
.AnyTagClassName
{
color: #B7B7BB;
}
</style>
background-color css
<style>
a { background-color: #B7B7BB; }
a { background-color: rgb(183,183,187); }
div.DivClassName
{
background-color: #B7B7BB;
}
.BgClassName
{
background-color: #B7B7BB;
}
</style>
border-color css
<style>
span { border-color: #B7B7BB; }
span { border-color: rgb(183,183,187); }
td.TdClassName
{
border-color: #B7B7BB;
}
.TagClassName
{
border-color: #B7B7BB;
}
</style>