Shades of Ghost #B5B4B9
Tints of Ghost #B5B4B9
RGB
CMYK
RGB Variations
Color information
#B5B4B9 (or 0xB5B4B9) is known color: Ghost. HEX triplet: B5, B4 and B9. RGB value is (181,180,185). Sum of RGB (Red+Green+Blue) = 181+180+185=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 185 - color contains mainly: blue. Hex color #B5B4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4B9 is #4A4B46. Grayscale: #B4B4B4. Windows color (decimal): -4868935 or 12170421. OLE color: 12170421.
HSL color Cylindrical-coordinate representation of color #B5B4B9: hue angle of 252º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5B4B9 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 180 | 185 | - |
CMYK | 0.02 | 0.03 | 0 | 0.27 |
HSL | 252º | 0.03% | 0.72% | - |
HSV(B) | 252º | 0.03% | 0.73% | - |
XYZ | 44.13 | 45.97 | 52.45 | - |
YUV | 180.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 180 | 185 | 0.02 | 0.03 | 0 | 0.27 | 252 | 0.03 | 0.72 |
Hex | B5 | B4 | B9 | 2 | 3 | 0 | 1B | FC | 3 | 48 |
Octal | 265 | 264 | 271 | 2 | 3 | 0 | 33 | 374 | 3 | 110 |
Binary | 10110101 | 10110100 | 10111001 | 10 | 11 | 0 | 11011 | 11111100 | 11 | 1001000 |
Color Harmonies of #B5B4B9
Complementary color
Monochromatic Colors of #B5B4B9
Black with #B5B4B9
Text Example
Text Example
White with #B5B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B4B9; }
p { color: rgb(181,180,185); }
H1.HeaderClassName
{
color: #B5B4B9;
}
.AnyTagClassName
{
color: #B5B4B9;
}
</style>
background-color css
<style>
a { background-color: #B5B4B9; }
a { background-color: rgb(181,180,185); }
div.DivClassName
{
background-color: #B5B4B9;
}
.BgClassName
{
background-color: #B5B4B9;
}
</style>
border-color css
<style>
span { border-color: #B5B4B9; }
span { border-color: rgb(181,180,185); }
td.TdClassName
{
border-color: #B5B4B9;
}
.TagClassName
{
border-color: #B5B4B9;
}
</style>