Shades of Ghost #BCBCC1
Tints of Ghost #BCBCC1
RGB
CMYK
RGB Variations
Color information
#BCBCC1 (or 0xBCBCC1) is known color: Ghost. HEX triplet: BC, BC and C1. RGB value is (188,188,193). Sum of RGB (Red+Green+Blue) = 188+188+193=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC1 is #43433E. Grayscale: #BCBCBC. Windows color (decimal): -4408127 or 12696764. OLE color: 12696764.
HSL color Cylindrical-coordinate representation of color #BCBCC1: hue angle of 240º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBCC1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 188 | 193 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.24 |
| HSL | 240º | 0.04% | 0.75% | - |
| HSV(B) | 240º | 0.03% | 0.76% | - |
| XYZ | 48.35 | 50.51 | 57.65 | - |
| YUV | 188.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 193 | 0.03 | 0.03 | 0 | 0.24 | 240 | 0.04 | 0.75 |
| Hex | BC | BC | C1 | 3 | 3 | 0 | 18 | F0 | 4 | 4B |
| Octal | 274 | 274 | 301 | 3 | 3 | 0 | 30 | 360 | 4 | 113 |
| Binary | 10111100 | 10111100 | 11000001 | 11 | 11 | 0 | 11000 | 11110000 | 100 | 1001011 |
Color Harmonies of #BCBCC1
Complementary color
Monochromatic Colors of #BCBCC1
Black with #BCBCC1
Text Example
Text Example
White with #BCBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCC1; }
p { color: rgb(188,188,193); }
H1.HeaderClassName
{
color: #BCBCC1;
}
.AnyTagClassName
{
color: #BCBCC1;
}
</style>
background-color css
<style>
a { background-color: #BCBCC1; }
a { background-color: rgb(188,188,193); }
div.DivClassName
{
background-color: #BCBCC1;
}
.BgClassName
{
background-color: #BCBCC1;
}
</style>
border-color css
<style>
span { border-color: #BCBCC1; }
span { border-color: rgb(188,188,193); }
td.TdClassName
{
border-color: #BCBCC1;
}
.TagClassName
{
border-color: #BCBCC1;
}
</style>