Shades of Ghost #B7B5BE
Tints of Ghost #B7B5BE
RGB
CMYK
RGB Variations
Color information
#B7B5BE (or 0xB7B5BE) is known color: Ghost. HEX triplet: B7, B5 and BE. RGB value is (183,181,190). Sum of RGB (Red+Green+Blue) = 183+181+190=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: blue. Hex color #B7B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5BE is #484A41. Grayscale: #B6B6B6. Windows color (decimal): -4737602 or 12498359. OLE color: 12498359.
HSL color Cylindrical-coordinate representation of color #B7B5BE: hue angle of 253.33º degrees, saturation: 0.06, 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 #B7B5BE is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 181 | 190 | - |
CMYK | 0.04 | 0.05 | 0 | 0.25 |
HSL | 253.33º | 0.06% | 0.73% | - |
HSV(B) | 253.33º | 0.05% | 0.75% | - |
XYZ | 45.35 | 46.83 | 55.36 | - |
YUV | 182.62 | 132.16 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 181 | 190 | 0.04 | 0.05 | 0 | 0.25 | 253.33 | 0.06 | 0.73 |
Hex | B7 | B5 | BE | 4 | 5 | 0 | 19 | FD | 6 | 49 |
Octal | 267 | 265 | 276 | 4 | 5 | 0 | 31 | 375 | 6 | 111 |
Binary | 10110111 | 10110101 | 10111110 | 100 | 101 | 0 | 11001 | 11111101 | 110 | 1001001 |
Color Harmonies of #B7B5BE
Complementary color
Monochromatic Colors of #B7B5BE
Black with #B7B5BE
Text Example
Text Example
White with #B7B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5BE; }
p { color: rgb(183,181,190); }
H1.HeaderClassName
{
color: #B7B5BE;
}
.AnyTagClassName
{
color: #B7B5BE;
}
</style>
background-color css
<style>
a { background-color: #B7B5BE; }
a { background-color: rgb(183,181,190); }
div.DivClassName
{
background-color: #B7B5BE;
}
.BgClassName
{
background-color: #B7B5BE;
}
</style>
border-color css
<style>
span { border-color: #B7B5BE; }
span { border-color: rgb(183,181,190); }
td.TdClassName
{
border-color: #B7B5BE;
}
.TagClassName
{
border-color: #B7B5BE;
}
</style>