Shades of Ghost #BCBDC4
Tints of Ghost #BCBDC4
RGB
CMYK
RGB Variations
Color information
#BCBDC4 (or 0xBCBDC4) is known color: Ghost. HEX triplet: BC, BD and C4. RGB value is (188,189,196). Sum of RGB (Red+Green+Blue) = 188+189+196=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC4 is #43423B. Grayscale: #BDBDBD. Windows color (decimal): -4407868 or 12893628. OLE color: 12893628.
HSL color Cylindrical-coordinate representation of color #BCBDC4: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBDC4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 189 | 196 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.23 |
| HSL | 232.5º | 0.06% | 0.75% | - |
| HSV(B) | 232.5º | 0.04% | 0.77% | - |
| XYZ | 48.9 | 51.07 | 59.51 | - |
| YUV | 189.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 196 | 0.04 | 0.04 | 0 | 0.23 | 232.5 | 0.06 | 0.75 |
| Hex | BC | BD | C4 | 4 | 4 | 0 | 17 | E8 | 6 | 4B |
| Octal | 274 | 275 | 304 | 4 | 4 | 0 | 27 | 350 | 6 | 113 |
| Binary | 10111100 | 10111101 | 11000100 | 100 | 100 | 0 | 10111 | 11101000 | 110 | 1001011 |
Color Harmonies of #BCBDC4
Complementary color
Monochromatic Colors of #BCBDC4
Black with #BCBDC4
Text Example
Text Example
White with #BCBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDC4; }
p { color: rgb(188,189,196); }
H1.HeaderClassName
{
color: #BCBDC4;
}
.AnyTagClassName
{
color: #BCBDC4;
}
</style>
background-color css
<style>
a { background-color: #BCBDC4; }
a { background-color: rgb(188,189,196); }
div.DivClassName
{
background-color: #BCBDC4;
}
.BgClassName
{
background-color: #BCBDC4;
}
</style>
border-color css
<style>
span { border-color: #BCBDC4; }
span { border-color: rgb(188,189,196); }
td.TdClassName
{
border-color: #BCBDC4;
}
.TagClassName
{
border-color: #BCBDC4;
}
</style>