Shades of Ghost #BCBCBD
Tints of Ghost #BCBCBD
RGB
CMYK
RGB Variations
Color information
#BCBCBD (or 0xBCBCBD) is known color: Ghost. HEX triplet: BC, BC and BD. RGB value is (188,188,189). Sum of RGB (Red+Green+Blue) = 188+188+189=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCBD is #434342. Grayscale: #BCBCBC. Windows color (decimal): -4408131 or 12434620. OLE color: 12434620.
HSL color Cylindrical-coordinate representation of color #BCBCBD: hue angle of 240º degrees, saturation: 0.01, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BCBCBD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 189 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.26 |
| HSL | 240º | 0.01% | 0.74% | - |
| HSV(B) | 240º | 0.01% | 0.74% | - |
| XYZ | 47.91 | 50.33 | 55.33 | - |
| YUV | 188.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 189 | 0.01 | 0.01 | 0 | 0.26 | 240 | 0.01 | 0.74 |
| Hex | BC | BC | BD | 1 | 1 | 0 | 1A | F0 | 1 | 4A |
| Octal | 274 | 274 | 275 | 1 | 1 | 0 | 32 | 360 | 1 | 112 |
| Binary | 10111100 | 10111100 | 10111101 | 1 | 1 | 0 | 11010 | 11110000 | 1 | 1001010 |
Color Harmonies of #BCBCBD
Complementary color
Monochromatic Colors of #BCBCBD
Black with #BCBCBD
Text Example
Text Example
White with #BCBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCBD; }
p { color: rgb(188,188,189); }
H1.HeaderClassName
{
color: #BCBCBD;
}
.AnyTagClassName
{
color: #BCBCBD;
}
</style>
background-color css
<style>
a { background-color: #BCBCBD; }
a { background-color: rgb(188,188,189); }
div.DivClassName
{
background-color: #BCBCBD;
}
.BgClassName
{
background-color: #BCBCBD;
}
</style>
border-color css
<style>
span { border-color: #BCBCBD; }
span { border-color: rgb(188,188,189); }
td.TdClassName
{
border-color: #BCBCBD;
}
.TagClassName
{
border-color: #BCBCBD;
}
</style>