Shades of Ghost #B3B2BC
Tints of Ghost #B3B2BC
RGB
CMYK
RGB Variations
Color information
#B3B2BC (or 0xB3B2BC) is known color: Ghost. HEX triplet: B3, B2 and BC. RGB value is (179,178,188). Sum of RGB (Red+Green+Blue) = 179+178+188=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #B3B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B2BC is #4C4D43. Grayscale: #B3B3B3. Windows color (decimal): -5000516 or 12366515. OLE color: 12366515.
HSL color Cylindrical-coordinate representation of color #B3B2BC: hue angle of 246º 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 #B3B2BC is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 178 | 188 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.26 |
| HSL | 246º | 0.07% | 0.72% | - |
| HSV(B) | 246º | 0.05% | 0.74% | - |
| XYZ | 43.59 | 45.06 | 53.98 | - |
| YUV | 179.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 188 | 0.05 | 0.05 | 0 | 0.26 | 246 | 0.07 | 0.72 |
| Hex | B3 | B2 | BC | 5 | 5 | 0 | 1A | F6 | 7 | 48 |
| Octal | 263 | 262 | 274 | 5 | 5 | 0 | 32 | 366 | 7 | 110 |
| Binary | 10110011 | 10110010 | 10111100 | 101 | 101 | 0 | 11010 | 11110110 | 111 | 1001000 |
Color Harmonies of #B3B2BC
Complementary color
Monochromatic Colors of #B3B2BC
Black with #B3B2BC
Text Example
Text Example
White with #B3B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B2BC; }
p { color: rgb(179,178,188); }
H1.HeaderClassName
{
color: #B3B2BC;
}
.AnyTagClassName
{
color: #B3B2BC;
}
</style>
background-color css
<style>
a { background-color: #B3B2BC; }
a { background-color: rgb(179,178,188); }
div.DivClassName
{
background-color: #B3B2BC;
}
.BgClassName
{
background-color: #B3B2BC;
}
</style>
border-color css
<style>
span { border-color: #B3B2BC; }
span { border-color: rgb(179,178,188); }
td.TdClassName
{
border-color: #B3B2BC;
}
.TagClassName
{
border-color: #B3B2BC;
}
</style>