Shades of Ghost #B7B7BC
Tints of Ghost #B7B7BC
RGB
CMYK
RGB Variations
Color information
#B7B7BC (or 0xB7B7BC) is known color: Ghost. HEX triplet: B7, B7 and BC. RGB value is (183,183,188). Sum of RGB (Red+Green+Blue) = 183+183+188=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7BC is #484843. Grayscale: #B7B7B7. Windows color (decimal): -4737092 or 12367799. OLE color: 12367799.
HSL color Cylindrical-coordinate representation of color #B7B7BC: hue angle of 240º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7B7BC is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 183 | 183 | 188 | - |
CMYK | 0.03 | 0.03 | 0 | 0.26 |
HSL | 240º | 0.04% | 0.73% | - |
HSV(B) | 240º | 0.03% | 0.74% | - |
XYZ | 45.54 | 47.57 | 54.36 | - |
YUV | 183.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 183 | 188 | 0.03 | 0.03 | 0 | 0.26 | 240 | 0.04 | 0.73 |
Hex | B7 | B7 | BC | 3 | 3 | 0 | 1A | F0 | 4 | 49 |
Octal | 267 | 267 | 274 | 3 | 3 | 0 | 32 | 360 | 4 | 111 |
Binary | 10110111 | 10110111 | 10111100 | 11 | 11 | 0 | 11010 | 11110000 | 100 | 1001001 |
Color Harmonies of #B7B7BC
Complementary color
Monochromatic Colors of #B7B7BC
Black with #B7B7BC
Text Example
Text Example
White with #B7B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7BC; }
p { color: rgb(183,183,188); }
H1.HeaderClassName
{
color: #B7B7BC;
}
.AnyTagClassName
{
color: #B7B7BC;
}
</style>
background-color css
<style>
a { background-color: #B7B7BC; }
a { background-color: rgb(183,183,188); }
div.DivClassName
{
background-color: #B7B7BC;
}
.BgClassName
{
background-color: #B7B7BC;
}
</style>
border-color css
<style>
span { border-color: #B7B7BC; }
span { border-color: rgb(183,183,188); }
td.TdClassName
{
border-color: #B7B7BC;
}
.TagClassName
{
border-color: #B7B7BC;
}
</style>