Shades of Ghost #BCBCC4
Tints of Ghost #BCBCC4
RGB
CMYK
RGB Variations
Color information
#BCBCC4 (or 0xBCBCC4) is known color: Ghost. HEX triplet: BC, BC and C4. RGB value is (188,188,196). Sum of RGB (Red+Green+Blue) = 188+188+196=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC4 is #43433B. Grayscale: #BCBCBC. Windows color (decimal): -4408124 or 12893372. OLE color: 12893372.
HSL color Cylindrical-coordinate representation of color #BCBCC4: hue angle of 240º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBCC4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 188 | 196 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.23 |
| HSL | 240º | 0.06% | 0.75% | - |
| HSV(B) | 240º | 0.04% | 0.77% | - |
| XYZ | 48.69 | 50.64 | 59.43 | - |
| YUV | 188.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 196 | 0.04 | 0.04 | 0 | 0.23 | 240 | 0.06 | 0.75 |
| Hex | BC | BC | C4 | 4 | 4 | 0 | 17 | F0 | 6 | 4B |
| Octal | 274 | 274 | 304 | 4 | 4 | 0 | 27 | 360 | 6 | 113 |
| Binary | 10111100 | 10111100 | 11000100 | 100 | 100 | 0 | 10111 | 11110000 | 110 | 1001011 |
Color Harmonies of #BCBCC4
Complementary color
Monochromatic Colors of #BCBCC4
Black with #BCBCC4
Text Example
Text Example
White with #BCBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCC4; }
p { color: rgb(188,188,196); }
H1.HeaderClassName
{
color: #BCBCC4;
}
.AnyTagClassName
{
color: #BCBCC4;
}
</style>
background-color css
<style>
a { background-color: #BCBCC4; }
a { background-color: rgb(188,188,196); }
div.DivClassName
{
background-color: #BCBCC4;
}
.BgClassName
{
background-color: #BCBCC4;
}
</style>
border-color css
<style>
span { border-color: #BCBCC4; }
span { border-color: rgb(188,188,196); }
td.TdClassName
{
border-color: #BCBCC4;
}
.TagClassName
{
border-color: #BCBCC4;
}
</style>