Shades of Ghost #BCBCC5
Tints of Ghost #BCBCC5
RGB
CMYK
RGB Variations
Color information
#BCBCC5 (or 0xBCBCC5) is known color: Ghost. HEX triplet: BC, BC and C5. RGB value is (188,188,197). Sum of RGB (Red+Green+Blue) = 188+188+197=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC5 is #43433A. Grayscale: #BCBCBC. Windows color (decimal): -4408123 or 12958908. OLE color: 12958908.
HSL color Cylindrical-coordinate representation of color #BCBCC5: hue angle of 240º degrees, saturation: 0.07, 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 #BCBCC5 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 188 | 197 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.23 |
| HSL | 240º | 0.07% | 0.75% | - |
| HSV(B) | 240º | 0.05% | 0.77% | - |
| XYZ | 48.8 | 50.69 | 60.04 | - |
| YUV | 189.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 197 | 0.05 | 0.05 | 0 | 0.23 | 240 | 0.07 | 0.75 |
| Hex | BC | BC | C5 | 5 | 5 | 0 | 17 | F0 | 7 | 4B |
| Octal | 274 | 274 | 305 | 5 | 5 | 0 | 27 | 360 | 7 | 113 |
| Binary | 10111100 | 10111100 | 11000101 | 101 | 101 | 0 | 10111 | 11110000 | 111 | 1001011 |
Color Harmonies of #BCBCC5
Complementary color
Monochromatic Colors of #BCBCC5
Black with #BCBCC5
Text Example
Text Example
White with #BCBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCC5; }
p { color: rgb(188,188,197); }
H1.HeaderClassName
{
color: #BCBCC5;
}
.AnyTagClassName
{
color: #BCBCC5;
}
</style>
background-color css
<style>
a { background-color: #BCBCC5; }
a { background-color: rgb(188,188,197); }
div.DivClassName
{
background-color: #BCBCC5;
}
.BgClassName
{
background-color: #BCBCC5;
}
</style>
border-color css
<style>
span { border-color: #BCBCC5; }
span { border-color: rgb(188,188,197); }
td.TdClassName
{
border-color: #BCBCC5;
}
.TagClassName
{
border-color: #BCBCC5;
}
</style>