Shades of Ghost #B2B2BF
Tints of Ghost #B2B2BF
RGB
CMYK
RGB Variations
Color information
#B2B2BF (or 0xB2B2BF) is known color: Ghost. HEX triplet: B2, B2 and BF. RGB value is (178,178,191). Sum of RGB (Red+Green+Blue) = 178+178+191=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B2BF is #4D4D40. Grayscale: #B3B3B3. Windows color (decimal): -5066049 or 12563122. OLE color: 12563122.
HSL color Cylindrical-coordinate representation of color #B2B2BF: hue angle of 240º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2B2BF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 178 | 191 | - |
CMYK | 0.07 | 0.07 | 0 | 0.25 |
HSL | 240º | 0.09% | 0.72% | - |
HSV(B) | 240º | 0.07% | 0.75% | - |
XYZ | 43.68 | 45.07 | 55.69 | - |
YUV | 179.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 178 | 191 | 0.07 | 0.07 | 0 | 0.25 | 240 | 0.09 | 0.72 |
Hex | B2 | B2 | BF | 7 | 7 | 0 | 19 | F0 | 9 | 48 |
Octal | 262 | 262 | 277 | 7 | 7 | 0 | 31 | 360 | 11 | 110 |
Binary | 10110010 | 10110010 | 10111111 | 111 | 111 | 0 | 11001 | 11110000 | 1001 | 1001000 |
Color Harmonies of #B2B2BF
Complementary color
Monochromatic Colors of #B2B2BF
Black with #B2B2BF
Text Example
Text Example
White with #B2B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2BF; }
p { color: rgb(178,178,191); }
H1.HeaderClassName
{
color: #B2B2BF;
}
.AnyTagClassName
{
color: #B2B2BF;
}
</style>
background-color css
<style>
a { background-color: #B2B2BF; }
a { background-color: rgb(178,178,191); }
div.DivClassName
{
background-color: #B2B2BF;
}
.BgClassName
{
background-color: #B2B2BF;
}
</style>
border-color css
<style>
span { border-color: #B2B2BF; }
span { border-color: rgb(178,178,191); }
td.TdClassName
{
border-color: #B2B2BF;
}
.TagClassName
{
border-color: #B2B2BF;
}
</style>