Shades of Ghost #BCBCBF
Tints of Ghost #BCBCBF
RGB
CMYK
RGB Variations
Color information
#BCBCBF (or 0xBCBCBF) is known color: Ghost. HEX triplet: BC, BC and BF. RGB value is (188,188,191). Sum of RGB (Red+Green+Blue) = 188+188+191=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCBCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCBF is #434340. Grayscale: #BCBCBC. Windows color (decimal): -4408129 or 12565692. OLE color: 12565692.
HSL color Cylindrical-coordinate representation of color #BCBCBF: hue angle of 240º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBCBF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 188 | 191 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.25 |
| HSL | 240º | 0.02% | 0.74% | - |
| HSV(B) | 240º | 0.02% | 0.75% | - |
| XYZ | 48.13 | 50.42 | 56.49 | - |
| YUV | 188.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 191 | 0.02 | 0.02 | 0 | 0.25 | 240 | 0.02 | 0.74 |
| Hex | BC | BC | BF | 2 | 2 | 0 | 19 | F0 | 2 | 4A |
| Octal | 274 | 274 | 277 | 2 | 2 | 0 | 31 | 360 | 2 | 112 |
| Binary | 10111100 | 10111100 | 10111111 | 10 | 10 | 0 | 11001 | 11110000 | 10 | 1001010 |
Color Harmonies of #BCBCBF
Complementary color
Monochromatic Colors of #BCBCBF
Black with #BCBCBF
Text Example
Text Example
White with #BCBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCBF; }
p { color: rgb(188,188,191); }
H1.HeaderClassName
{
color: #BCBCBF;
}
.AnyTagClassName
{
color: #BCBCBF;
}
</style>
background-color css
<style>
a { background-color: #BCBCBF; }
a { background-color: rgb(188,188,191); }
div.DivClassName
{
background-color: #BCBCBF;
}
.BgClassName
{
background-color: #BCBCBF;
}
</style>
border-color css
<style>
span { border-color: #BCBCBF; }
span { border-color: rgb(188,188,191); }
td.TdClassName
{
border-color: #BCBCBF;
}
.TagClassName
{
border-color: #BCBCBF;
}
</style>