Shades of Ghost #B4B4B8
Tints of Ghost #B4B4B8
RGB
CMYK
RGB Variations
Color information
#B4B4B8 (or 0xB4B4B8) is known color: Ghost. HEX triplet: B4, B4 and B8. RGB value is (180,180,184). Sum of RGB (Red+Green+Blue) = 180+180+184=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 184 - color contains mainly: blue. Hex color #B4B4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4B8 is #4B4B47. Grayscale: #B4B4B4. Windows color (decimal): -4934472 or 12104884. OLE color: 12104884.
HSL color Cylindrical-coordinate representation of color #B4B4B8: hue angle of 240º degrees, saturation: 0.03, 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 #B4B4B8 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 180 | 180 | 184 | - |
CMYK | 0.02 | 0.02 | 0 | 0.28 |
HSL | 240º | 0.03% | 0.71% | - |
HSV(B) | 240º | 0.02% | 0.72% | - |
XYZ | 43.8 | 45.81 | 51.88 | - |
YUV | 180.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 180 | 184 | 0.02 | 0.02 | 0 | 0.28 | 240 | 0.03 | 0.71 |
Hex | B4 | B4 | B8 | 2 | 2 | 0 | 1C | F0 | 3 | 47 |
Octal | 264 | 264 | 270 | 2 | 2 | 0 | 34 | 360 | 3 | 107 |
Binary | 10110100 | 10110100 | 10111000 | 10 | 10 | 0 | 11100 | 11110000 | 11 | 1000111 |
Color Harmonies of #B4B4B8
Complementary color
Monochromatic Colors of #B4B4B8
Black with #B4B4B8
Text Example
Text Example
White with #B4B4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B4B8; }
p { color: rgb(180,180,184); }
H1.HeaderClassName
{
color: #B4B4B8;
}
.AnyTagClassName
{
color: #B4B4B8;
}
</style>
background-color css
<style>
a { background-color: #B4B4B8; }
a { background-color: rgb(180,180,184); }
div.DivClassName
{
background-color: #B4B4B8;
}
.BgClassName
{
background-color: #B4B4B8;
}
</style>
border-color css
<style>
span { border-color: #B4B4B8; }
span { border-color: rgb(180,180,184); }
td.TdClassName
{
border-color: #B4B4B8;
}
.TagClassName
{
border-color: #B4B4B8;
}
</style>