Shades of Ghost #BCBBC7
Tints of Ghost #BCBBC7
RGB
CMYK
RGB Variations
Color information
#BCBBC7 (or 0xBCBBC7) is known color: Ghost. HEX triplet: BC, BB and C7. RGB value is (188,187,199). Sum of RGB (Red+Green+Blue) = 188+187+199=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBC7 is #434438. Grayscale: #BCBCBC. Windows color (decimal): -4408377 or 13089724. OLE color: 13089724.
HSL color Cylindrical-coordinate representation of color #BCBBC7: hue angle of 245º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCBBC7 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 187 | 199 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.22 |
| HSL | 245º | 0.1% | 0.76% | - |
| HSV(B) | 245º | 0.06% | 0.78% | - |
| XYZ | 48.82 | 50.36 | 61.18 | - |
| YUV | 188.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 199 | 0.06 | 0.06 | 0 | 0.22 | 245 | 0.1 | 0.76 |
| Hex | BC | BB | C7 | 6 | 6 | 0 | 16 | F5 | A | 4C |
| Octal | 274 | 273 | 307 | 6 | 6 | 0 | 26 | 365 | 12 | 114 |
| Binary | 10111100 | 10111011 | 11000111 | 110 | 110 | 0 | 10110 | 11110101 | 1010 | 1001100 |
Color Harmonies of #BCBBC7
Complementary color
Monochromatic Colors of #BCBBC7
Black with #BCBBC7
Text Example
Text Example
White with #BCBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBC7; }
p { color: rgb(188,187,199); }
H1.HeaderClassName
{
color: #BCBBC7;
}
.AnyTagClassName
{
color: #BCBBC7;
}
</style>
background-color css
<style>
a { background-color: #BCBBC7; }
a { background-color: rgb(188,187,199); }
div.DivClassName
{
background-color: #BCBBC7;
}
.BgClassName
{
background-color: #BCBBC7;
}
</style>
border-color css
<style>
span { border-color: #BCBBC7; }
span { border-color: rgb(188,187,199); }
td.TdClassName
{
border-color: #BCBBC7;
}
.TagClassName
{
border-color: #BCBBC7;
}
</style>