Shades of Ghost #BCBDC8
Tints of Ghost #BCBDC8
RGB
CMYK
RGB Variations
Color information
#BCBDC8 (or 0xBCBDC8) is known color: Ghost. HEX triplet: BC, BD and C8. RGB value is (188,189,200). Sum of RGB (Red+Green+Blue) = 188+189+200=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC8 is #434237. Grayscale: #BDBDBD. Windows color (decimal): -4407864 or 13155772. OLE color: 13155772.
HSL color Cylindrical-coordinate representation of color #BCBDC8: hue angle of 235º 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 #BCBDC8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 189 | 200 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.22 |
| HSL | 235º | 0.1% | 0.76% | - |
| HSV(B) | 235º | 0.06% | 0.78% | - |
| XYZ | 49.36 | 51.26 | 61.94 | - |
| YUV | 189.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 200 | 0.06 | 0.06 | 0 | 0.22 | 235 | 0.1 | 0.76 |
| Hex | BC | BD | C8 | 6 | 6 | 0 | 16 | EB | A | 4C |
| Octal | 274 | 275 | 310 | 6 | 6 | 0 | 26 | 353 | 12 | 114 |
| Binary | 10111100 | 10111101 | 11001000 | 110 | 110 | 0 | 10110 | 11101011 | 1010 | 1001100 |
Color Harmonies of #BCBDC8
Complementary color
Monochromatic Colors of #BCBDC8
Black with #BCBDC8
Text Example
Text Example
White with #BCBDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDC8; }
p { color: rgb(188,189,200); }
H1.HeaderClassName
{
color: #BCBDC8;
}
.AnyTagClassName
{
color: #BCBDC8;
}
</style>
background-color css
<style>
a { background-color: #BCBDC8; }
a { background-color: rgb(188,189,200); }
div.DivClassName
{
background-color: #BCBDC8;
}
.BgClassName
{
background-color: #BCBDC8;
}
</style>
border-color css
<style>
span { border-color: #BCBDC8; }
span { border-color: rgb(188,189,200); }
td.TdClassName
{
border-color: #BCBDC8;
}
.TagClassName
{
border-color: #BCBDC8;
}
</style>