Shades of Ghost #B2B2C1
Tints of Ghost #B2B2C1
RGB
CMYK
RGB Variations
Color information
#B2B2C1 (or 0xB2B2C1) is known color: Ghost. HEX triplet: B2, B2 and C1. RGB value is (178,178,193). Sum of RGB (Red+Green+Blue) = 178+178+193=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2B2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B2C1 is #4D4D3E. Grayscale: #B3B3B3. Windows color (decimal): -5066047 or 12694194. OLE color: 12694194.
HSL color Cylindrical-coordinate representation of color #B2B2C1: hue angle of 240º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2B2C1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 178 | 193 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.24 |
| HSL | 240º | 0.11% | 0.73% | - |
| HSV(B) | 240º | 0.08% | 0.76% | - |
| XYZ | 43.91 | 45.16 | 56.85 | - |
| YUV | 179.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 193 | 0.08 | 0.08 | 0 | 0.24 | 240 | 0.11 | 0.73 |
| Hex | B2 | B2 | C1 | 8 | 8 | 0 | 18 | F0 | B | 49 |
| Octal | 262 | 262 | 301 | 10 | 10 | 0 | 30 | 360 | 13 | 111 |
| Binary | 10110010 | 10110010 | 11000001 | 1000 | 1000 | 0 | 11000 | 11110000 | 1011 | 1001001 |
Color Harmonies of #B2B2C1
Complementary color
Monochromatic Colors of #B2B2C1
Black with #B2B2C1
Text Example
Text Example
White with #B2B2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2C1; }
p { color: rgb(178,178,193); }
H1.HeaderClassName
{
color: #B2B2C1;
}
.AnyTagClassName
{
color: #B2B2C1;
}
</style>
background-color css
<style>
a { background-color: #B2B2C1; }
a { background-color: rgb(178,178,193); }
div.DivClassName
{
background-color: #B2B2C1;
}
.BgClassName
{
background-color: #B2B2C1;
}
</style>
border-color css
<style>
span { border-color: #B2B2C1; }
span { border-color: rgb(178,178,193); }
td.TdClassName
{
border-color: #B2B2C1;
}
.TagClassName
{
border-color: #B2B2C1;
}
</style>