Shades of Ghost #BCBEC7
Tints of Ghost #BCBEC7
RGB
CMYK
RGB Variations
Color information
#BCBEC7 (or 0xBCBEC7) is known color: Ghost. HEX triplet: BC, BE and C7. RGB value is (188,190,199). Sum of RGB (Red+Green+Blue) = 188+190+199=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 199 - color contains mainly: blue. Hex color #BCBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC7 is #434138. Grayscale: #BEBEBE. Windows color (decimal): -4407609 or 13090492. OLE color: 13090492.
HSL color Cylindrical-coordinate representation of color #BCBEC7: hue angle of 229.09º degrees, saturation: 0.09, 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 #BCBEC7 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 190 | 199 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.22 |
| HSL | 229.09º | 0.09% | 0.76% | - |
| HSV(B) | 229.09º | 0.06% | 0.78% | - |
| XYZ | 49.46 | 51.64 | 61.39 | - |
| YUV | 190.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 199 | 0.06 | 0.05 | 0 | 0.22 | 229.09 | 0.09 | 0.76 |
| Hex | BC | BE | C7 | 6 | 5 | 0 | 16 | E5 | 9 | 4C |
| Octal | 274 | 276 | 307 | 6 | 5 | 0 | 26 | 345 | 11 | 114 |
| Binary | 10111100 | 10111110 | 11000111 | 110 | 101 | 0 | 10110 | 11100101 | 1001 | 1001100 |
Color Harmonies of #BCBEC7
Complementary color
Monochromatic Colors of #BCBEC7
Black with #BCBEC7
Text Example
Text Example
White with #BCBEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEC7; }
p { color: rgb(188,190,199); }
H1.HeaderClassName
{
color: #BCBEC7;
}
.AnyTagClassName
{
color: #BCBEC7;
}
</style>
background-color css
<style>
a { background-color: #BCBEC7; }
a { background-color: rgb(188,190,199); }
div.DivClassName
{
background-color: #BCBEC7;
}
.BgClassName
{
background-color: #BCBEC7;
}
</style>
border-color css
<style>
span { border-color: #BCBEC7; }
span { border-color: rgb(188,190,199); }
td.TdClassName
{
border-color: #BCBEC7;
}
.TagClassName
{
border-color: #BCBEC7;
}
</style>