Shades of Ghost #BCBEC8
Tints of Ghost #BCBEC8
RGB
CMYK
RGB Variations
Color information
#BCBEC8 (or 0xBCBEC8) is known color: Ghost. HEX triplet: BC, BE and C8. RGB value is (188,190,200). Sum of RGB (Red+Green+Blue) = 188+190+200=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEC8 is #434137. Grayscale: #BEBEBE. Windows color (decimal): -4407608 or 13156028. OLE color: 13156028.
HSL color Cylindrical-coordinate representation of color #BCBEC8: hue angle of 230º 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 #BCBEC8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 190 | 200 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.22 |
| HSL | 230º | 0.1% | 0.76% | - |
| HSV(B) | 230º | 0.06% | 0.78% | - |
| XYZ | 49.58 | 51.69 | 62.01 | - |
| YUV | 190.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 200 | 0.06 | 0.05 | 0 | 0.22 | 230 | 0.1 | 0.76 |
| Hex | BC | BE | C8 | 6 | 5 | 0 | 16 | E6 | A | 4C |
| Octal | 274 | 276 | 310 | 6 | 5 | 0 | 26 | 346 | 12 | 114 |
| Binary | 10111100 | 10111110 | 11001000 | 110 | 101 | 0 | 10110 | 11100110 | 1010 | 1001100 |
Color Harmonies of #BCBEC8
Complementary color
Monochromatic Colors of #BCBEC8
Black with #BCBEC8
Text Example
Text Example
White with #BCBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEC8; }
p { color: rgb(188,190,200); }
H1.HeaderClassName
{
color: #BCBEC8;
}
.AnyTagClassName
{
color: #BCBEC8;
}
</style>
background-color css
<style>
a { background-color: #BCBEC8; }
a { background-color: rgb(188,190,200); }
div.DivClassName
{
background-color: #BCBEC8;
}
.BgClassName
{
background-color: #BCBEC8;
}
</style>
border-color css
<style>
span { border-color: #BCBEC8; }
span { border-color: rgb(188,190,200); }
td.TdClassName
{
border-color: #BCBEC8;
}
.TagClassName
{
border-color: #BCBEC8;
}
</style>