Shades of Ghost #B4B4B7
Tints of Ghost #B4B4B7
RGB
CMYK
RGB Variations
Color information
#B4B4B7 (or 0xB4B4B7) is known color: Ghost. HEX triplet: B4, B4 and B7. RGB value is (180,180,183). Sum of RGB (Red+Green+Blue) = 180+180+183=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 183 - color contains mainly: blue. Hex color #B4B4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4B7 is #4B4B48. Grayscale: #B4B4B4. Windows color (decimal): -4934473 or 12039348. OLE color: 12039348.
HSL color Cylindrical-coordinate representation of color #B4B4B7: hue angle of 240º degrees, saturation: 0.02, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B4B4B7 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 180 | 180 | 183 | - |
CMYK | 0.02 | 0.02 | 0 | 0.28 |
HSL | 240º | 0.02% | 0.71% | - |
HSV(B) | 240º | 0.02% | 0.72% | - |
XYZ | 43.69 | 45.76 | 51.33 | - |
YUV | 180.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 180 | 183 | 0.02 | 0.02 | 0 | 0.28 | 240 | 0.02 | 0.71 |
Hex | B4 | B4 | B7 | 2 | 2 | 0 | 1C | F0 | 2 | 47 |
Octal | 264 | 264 | 267 | 2 | 2 | 0 | 34 | 360 | 2 | 107 |
Binary | 10110100 | 10110100 | 10110111 | 10 | 10 | 0 | 11100 | 11110000 | 10 | 1000111 |
Color Harmonies of #B4B4B7
Complementary color
Monochromatic Colors of #B4B4B7
Black with #B4B4B7
Text Example
Text Example
White with #B4B4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B4B7; }
p { color: rgb(180,180,183); }
H1.HeaderClassName
{
color: #B4B4B7;
}
.AnyTagClassName
{
color: #B4B4B7;
}
</style>
background-color css
<style>
a { background-color: #B4B4B7; }
a { background-color: rgb(180,180,183); }
div.DivClassName
{
background-color: #B4B4B7;
}
.BgClassName
{
background-color: #B4B4B7;
}
</style>
border-color css
<style>
span { border-color: #B4B4B7; }
span { border-color: rgb(180,180,183); }
td.TdClassName
{
border-color: #B4B4B7;
}
.TagClassName
{
border-color: #B4B4B7;
}
</style>