Shades of Ghost #BBBCC0
Tints of Ghost #BBBCC0
RGB
CMYK
RGB Variations
Color information
#BBBCC0 (or 0xBBBCC0) is known color: Ghost. HEX triplet: BB, BC and C0. RGB value is (187,188,192). Sum of RGB (Red+Green+Blue) = 187+188+192=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC0 is #44433F. Grayscale: #BCBCBC. Windows color (decimal): -4473664 or 12631227. OLE color: 12631227.
HSL color Cylindrical-coordinate representation of color #BBBCC0: hue angle of 228º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBBCC0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 188 | 192 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.25 |
| HSL | 228º | 0.04% | 0.74% | - |
| HSV(B) | 228º | 0.03% | 0.75% | - |
| XYZ | 47.99 | 50.34 | 57.06 | - |
| YUV | 188.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 192 | 0.03 | 0.02 | 0 | 0.25 | 228 | 0.04 | 0.74 |
| Hex | BB | BC | C0 | 3 | 2 | 0 | 19 | E4 | 4 | 4A |
| Octal | 273 | 274 | 300 | 3 | 2 | 0 | 31 | 344 | 4 | 112 |
| Binary | 10111011 | 10111100 | 11000000 | 11 | 10 | 0 | 11001 | 11100100 | 100 | 1001010 |
Color Harmonies of #BBBCC0
Complementary color
Monochromatic Colors of #BBBCC0
Black with #BBBCC0
Text Example
Text Example
White with #BBBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCC0; }
p { color: rgb(187,188,192); }
H1.HeaderClassName
{
color: #BBBCC0;
}
.AnyTagClassName
{
color: #BBBCC0;
}
</style>
background-color css
<style>
a { background-color: #BBBCC0; }
a { background-color: rgb(187,188,192); }
div.DivClassName
{
background-color: #BBBCC0;
}
.BgClassName
{
background-color: #BBBCC0;
}
</style>
border-color css
<style>
span { border-color: #BBBCC0; }
span { border-color: rgb(187,188,192); }
td.TdClassName
{
border-color: #BBBCC0;
}
.TagClassName
{
border-color: #BBBCC0;
}
</style>