Shades of Ghost #BCBDC5
Tints of Ghost #BCBDC5
RGB
CMYK
RGB Variations
Color information
#BCBDC5 (or 0xBCBDC5) is known color: Ghost. HEX triplet: BC, BD and C5. RGB value is (188,189,197). Sum of RGB (Red+Green+Blue) = 188+189+197=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC5 is #43423A. Grayscale: #BDBDBD. Windows color (decimal): -4407867 or 12959164. OLE color: 12959164.
HSL color Cylindrical-coordinate representation of color #BCBDC5: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBDC5 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 189 | 197 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.23 |
| HSL | 233.33º | 0.07% | 0.75% | - |
| HSV(B) | 233.33º | 0.05% | 0.77% | - |
| XYZ | 49.01 | 51.12 | 60.11 | - |
| YUV | 189.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 197 | 0.05 | 0.04 | 0 | 0.23 | 233.33 | 0.07 | 0.75 |
| Hex | BC | BD | C5 | 5 | 4 | 0 | 17 | E9 | 7 | 4B |
| Octal | 274 | 275 | 305 | 5 | 4 | 0 | 27 | 351 | 7 | 113 |
| Binary | 10111100 | 10111101 | 11000101 | 101 | 100 | 0 | 10111 | 11101001 | 111 | 1001011 |
Color Harmonies of #BCBDC5
Complementary color
Monochromatic Colors of #BCBDC5
Black with #BCBDC5
Text Example
Text Example
White with #BCBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDC5; }
p { color: rgb(188,189,197); }
H1.HeaderClassName
{
color: #BCBDC5;
}
.AnyTagClassName
{
color: #BCBDC5;
}
</style>
background-color css
<style>
a { background-color: #BCBDC5; }
a { background-color: rgb(188,189,197); }
div.DivClassName
{
background-color: #BCBDC5;
}
.BgClassName
{
background-color: #BCBDC5;
}
</style>
border-color css
<style>
span { border-color: #BCBDC5; }
span { border-color: rgb(188,189,197); }
td.TdClassName
{
border-color: #BCBDC5;
}
.TagClassName
{
border-color: #BCBDC5;
}
</style>