Shades of Ghost #B2B2BC
Tints of Ghost #B2B2BC
RGB
CMYK
RGB Variations
Color information
#B2B2BC (or 0xB2B2BC) is known color: Ghost. HEX triplet: B2, B2 and BC. RGB value is (178,178,188). Sum of RGB (Red+Green+Blue) = 178+178+188=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B2BC is #4D4D43. Grayscale: #B3B3B3. Windows color (decimal): -5066052 or 12366514. OLE color: 12366514.
HSL color Cylindrical-coordinate representation of color #B2B2BC: hue angle of 240º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B2BC is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 178 | 188 | - |
CMYK | 0.05 | 0.05 | 0 | 0.26 |
HSL | 240º | 0.07% | 0.72% | - |
HSV(B) | 240º | 0.05% | 0.74% | - |
XYZ | 43.36 | 44.94 | 53.97 | - |
YUV | 179.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 178 | 188 | 0.05 | 0.05 | 0 | 0.26 | 240 | 0.07 | 0.72 |
Hex | B2 | B2 | BC | 5 | 5 | 0 | 1A | F0 | 7 | 48 |
Octal | 262 | 262 | 274 | 5 | 5 | 0 | 32 | 360 | 7 | 110 |
Binary | 10110010 | 10110010 | 10111100 | 101 | 101 | 0 | 11010 | 11110000 | 111 | 1001000 |
Color Harmonies of #B2B2BC
Complementary color
Monochromatic Colors of #B2B2BC
Black with #B2B2BC
Text Example
Text Example
White with #B2B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2BC; }
p { color: rgb(178,178,188); }
H1.HeaderClassName
{
color: #B2B2BC;
}
.AnyTagClassName
{
color: #B2B2BC;
}
</style>
background-color css
<style>
a { background-color: #B2B2BC; }
a { background-color: rgb(178,178,188); }
div.DivClassName
{
background-color: #B2B2BC;
}
.BgClassName
{
background-color: #B2B2BC;
}
</style>
border-color css
<style>
span { border-color: #B2B2BC; }
span { border-color: rgb(178,178,188); }
td.TdClassName
{
border-color: #B2B2BC;
}
.TagClassName
{
border-color: #B2B2BC;
}
</style>