Shades of Ghost #B7B5BF
Tints of Ghost #B7B5BF
RGB
CMYK
RGB Variations
Color information
#B7B5BF (or 0xB7B5BF) is known color: Ghost. HEX triplet: B7, B5 and BF. RGB value is (183,181,191). Sum of RGB (Red+Green+Blue) = 183+181+191=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5BF is #484A40. Grayscale: #B6B6B6. Windows color (decimal): -4737601 or 12563895. OLE color: 12563895.
HSL color Cylindrical-coordinate representation of color #B7B5BF: hue angle of 252º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7B5BF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 181 | 191 | - |
CMYK | 0.04 | 0.05 | 0 | 0.25 |
HSL | 252º | 0.07% | 0.73% | - |
HSV(B) | 252º | 0.05% | 0.75% | - |
XYZ | 45.46 | 46.88 | 55.94 | - |
YUV | 182.74 | 132.66 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 181 | 191 | 0.04 | 0.05 | 0 | 0.25 | 252 | 0.07 | 0.73 |
Hex | B7 | B5 | BF | 4 | 5 | 0 | 19 | FC | 7 | 49 |
Octal | 267 | 265 | 277 | 4 | 5 | 0 | 31 | 374 | 7 | 111 |
Binary | 10110111 | 10110101 | 10111111 | 100 | 101 | 0 | 11001 | 11111100 | 111 | 1001001 |
Color Harmonies of #B7B5BF
Complementary color
Monochromatic Colors of #B7B5BF
Black with #B7B5BF
Text Example
Text Example
White with #B7B5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5BF; }
p { color: rgb(183,181,191); }
H1.HeaderClassName
{
color: #B7B5BF;
}
.AnyTagClassName
{
color: #B7B5BF;
}
</style>
background-color css
<style>
a { background-color: #B7B5BF; }
a { background-color: rgb(183,181,191); }
div.DivClassName
{
background-color: #B7B5BF;
}
.BgClassName
{
background-color: #B7B5BF;
}
</style>
border-color css
<style>
span { border-color: #B7B5BF; }
span { border-color: rgb(183,181,191); }
td.TdClassName
{
border-color: #B7B5BF;
}
.TagClassName
{
border-color: #B7B5BF;
}
</style>