Shades of Ghost #BCBCC6
Tints of Ghost #BCBCC6
RGB
CMYK
RGB Variations
Color information
#BCBCC6 (or 0xBCBCC6) is known color: Ghost. HEX triplet: BC, BC and C6. RGB value is (188,188,198). Sum of RGB (Red+Green+Blue) = 188+188+198=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 198 - color contains mainly: blue. Hex color #BCBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBCC6 is #434339. Grayscale: #BDBDBD. Windows color (decimal): -4408122 or 13024444. OLE color: 13024444.
HSL color Cylindrical-coordinate representation of color #BCBCC6: hue angle of 240º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCBCC6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 188 | 198 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.22 |
| HSL | 240º | 0.08% | 0.76% | - |
| HSV(B) | 240º | 0.05% | 0.78% | - |
| XYZ | 48.92 | 50.74 | 60.64 | - |
| YUV | 189.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 198 | 0.05 | 0.05 | 0 | 0.22 | 240 | 0.08 | 0.76 |
| Hex | BC | BC | C6 | 5 | 5 | 0 | 16 | F0 | 8 | 4C |
| Octal | 274 | 274 | 306 | 5 | 5 | 0 | 26 | 360 | 10 | 114 |
| Binary | 10111100 | 10111100 | 11000110 | 101 | 101 | 0 | 10110 | 11110000 | 1000 | 1001100 |
Color Harmonies of #BCBCC6
Complementary color
Monochromatic Colors of #BCBCC6
Black with #BCBCC6
Text Example
Text Example
White with #BCBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCC6; }
p { color: rgb(188,188,198); }
H1.HeaderClassName
{
color: #BCBCC6;
}
.AnyTagClassName
{
color: #BCBCC6;
}
</style>
background-color css
<style>
a { background-color: #BCBCC6; }
a { background-color: rgb(188,188,198); }
div.DivClassName
{
background-color: #BCBCC6;
}
.BgClassName
{
background-color: #BCBCC6;
}
</style>
border-color css
<style>
span { border-color: #BCBCC6; }
span { border-color: rgb(188,188,198); }
td.TdClassName
{
border-color: #BCBCC6;
}
.TagClassName
{
border-color: #BCBCC6;
}
</style>