Shades of Ghost #BCBDC1
Tints of Ghost #BCBDC1
RGB
CMYK
RGB Variations
Color information
#BCBDC1 (or 0xBCBDC1) is known color: Ghost. HEX triplet: BC, BD and C1. RGB value is (188,189,193). Sum of RGB (Red+Green+Blue) = 188+189+193=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC1 is #43423E. Grayscale: #BDBDBD. Windows color (decimal): -4407871 or 12697020. OLE color: 12697020.
HSL color Cylindrical-coordinate representation of color #BCBDC1: hue angle of 228º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCBDC1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 188 | 189 | 193 | - |
CMYK | 0.03 | 0.02 | 0 | 0.24 |
HSL | 228º | 0.04% | 0.75% | - |
HSV(B) | 228º | 0.03% | 0.76% | - |
XYZ | 48.56 | 50.94 | 57.72 | - |
YUV | 189.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 189 | 193 | 0.03 | 0.02 | 0 | 0.24 | 228 | 0.04 | 0.75 |
Hex | BC | BD | C1 | 3 | 2 | 0 | 18 | E4 | 4 | 4B |
Octal | 274 | 275 | 301 | 3 | 2 | 0 | 30 | 344 | 4 | 113 |
Binary | 10111100 | 10111101 | 11000001 | 11 | 10 | 0 | 11000 | 11100100 | 100 | 1001011 |
Color Harmonies of #BCBDC1
Complementary color
Monochromatic Colors of #BCBDC1
Black with #BCBDC1
Text Example
Text Example
White with #BCBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDC1; }
p { color: rgb(188,189,193); }
H1.HeaderClassName
{
color: #BCBDC1;
}
.AnyTagClassName
{
color: #BCBDC1;
}
</style>
background-color css
<style>
a { background-color: #BCBDC1; }
a { background-color: rgb(188,189,193); }
div.DivClassName
{
background-color: #BCBDC1;
}
.BgClassName
{
background-color: #BCBDC1;
}
</style>
border-color css
<style>
span { border-color: #BCBDC1; }
span { border-color: rgb(188,189,193); }
td.TdClassName
{
border-color: #BCBDC1;
}
.TagClassName
{
border-color: #BCBDC1;
}
</style>