Shades of Ghost #BCBCCB
Tints of Ghost #BCBCCB
RGB
CMYK
RGB Variations
Color information
#BCBCCB (or 0xBCBCCB) is known color: Ghost. HEX triplet: BC, BC and CB. RGB value is (188,188,203). Sum of RGB (Red+Green+Blue) = 188+188+203=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCCB is #434334. Grayscale: #BDBDBD. Windows color (decimal): -4408117 or 13352124. OLE color: 13352124.
HSL color Cylindrical-coordinate representation of color #BCBCCB: hue angle of 240º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCBCCB is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 188 | 203 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.20 |
| HSL | 240º | 0.13% | 0.77% | - |
| HSV(B) | 240º | 0.07% | 0.8% | - |
| XYZ | 49.5 | 50.97 | 63.73 | - |
| YUV | 189.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 203 | 0.07 | 0.07 | 0 | 0.20 | 240 | 0.13 | 0.77 |
| Hex | BC | BC | CB | 7 | 7 | 0 | 14 | F0 | D | 4D |
| Octal | 274 | 274 | 313 | 7 | 7 | 0 | 24 | 360 | 15 | 115 |
| Binary | 10111100 | 10111100 | 11001011 | 111 | 111 | 0 | 10100 | 11110000 | 1101 | 1001101 |
Color Harmonies of #BCBCCB
Complementary color
Monochromatic Colors of #BCBCCB
Black with #BCBCCB
Text Example
Text Example
White with #BCBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCCB; }
p { color: rgb(188,188,203); }
H1.HeaderClassName
{
color: #BCBCCB;
}
.AnyTagClassName
{
color: #BCBCCB;
}
</style>
background-color css
<style>
a { background-color: #BCBCCB; }
a { background-color: rgb(188,188,203); }
div.DivClassName
{
background-color: #BCBCCB;
}
.BgClassName
{
background-color: #BCBCCB;
}
</style>
border-color css
<style>
span { border-color: #BCBCCB; }
span { border-color: rgb(188,188,203); }
td.TdClassName
{
border-color: #BCBCCB;
}
.TagClassName
{
border-color: #BCBCCB;
}
</style>