Shades of Ghost #BCBBC5
Tints of Ghost #BCBBC5
RGB
CMYK
RGB Variations
Color information
#BCBBC5 (or 0xBCBBC5) is known color: Ghost. HEX triplet: BC, BB and C5. RGB value is (188,187,197). Sum of RGB (Red+Green+Blue) = 188+187+197=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC5 is #43443A. Grayscale: #BCBCBC. Windows color (decimal): -4408379 or 12958652. OLE color: 12958652.
HSL color Cylindrical-coordinate representation of color #BCBBC5: hue angle of 246º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBBC5 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 187 | 197 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.23 |
| HSL | 246º | 0.08% | 0.75% | - |
| HSV(B) | 246º | 0.05% | 0.77% | - |
| XYZ | 48.59 | 50.26 | 59.96 | - |
| YUV | 188.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 197 | 0.05 | 0.05 | 0 | 0.23 | 246 | 0.08 | 0.75 |
| Hex | BC | BB | C5 | 5 | 5 | 0 | 17 | F6 | 8 | 4B |
| Octal | 274 | 273 | 305 | 5 | 5 | 0 | 27 | 366 | 10 | 113 |
| Binary | 10111100 | 10111011 | 11000101 | 101 | 101 | 0 | 10111 | 11110110 | 1000 | 1001011 |
Color Harmonies of #BCBBC5
Complementary color
Monochromatic Colors of #BCBBC5
Black with #BCBBC5
Text Example
Text Example
White with #BCBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBC5; }
p { color: rgb(188,187,197); }
H1.HeaderClassName
{
color: #BCBBC5;
}
.AnyTagClassName
{
color: #BCBBC5;
}
</style>
background-color css
<style>
a { background-color: #BCBBC5; }
a { background-color: rgb(188,187,197); }
div.DivClassName
{
background-color: #BCBBC5;
}
.BgClassName
{
background-color: #BCBBC5;
}
</style>
border-color css
<style>
span { border-color: #BCBBC5; }
span { border-color: rgb(188,187,197); }
td.TdClassName
{
border-color: #BCBBC5;
}
.TagClassName
{
border-color: #BCBBC5;
}
</style>