Shades of Mist Grey #BCBCA6
Tints of Mist Grey #BCBCA6
RGB
CMYK
RGB Variations
Color information
#BCBCA6 (or 0xBCBCA6) is known color: Mist Grey. HEX triplet: BC, BC and A6. RGB value is (188,188,166). Sum of RGB (Red+Green+Blue) = 188+188+166=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBCA6 is #434359. Grayscale: #B9B9B9. Windows color (decimal): -4408154 or 10927292. OLE color: 10927292.
HSL color Cylindrical-coordinate representation of color #BCBCA6: hue angle of 60º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCBCA6 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 166 | - |
| CMYK | 0 | 0 | 0.12 | 0.26 |
| HSL | 60º | 0.14% | 0.69% | - |
| HSV(B) | 60º | 0.12% | 0.74% | - |
| XYZ | 45.61 | 49.41 | 43.21 | - |
| YUV | 185.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 166 | 0 | 0 | 0.12 | 0.26 | 60 | 0.14 | 0.69 |
| Hex | BC | BC | A6 | 0 | 0 | C | 1A | 3C | E | 45 |
| Octal | 274 | 274 | 246 | 0 | 0 | 14 | 32 | 74 | 16 | 105 |
| Binary | 10111100 | 10111100 | 10100110 | 0 | 0 | 1100 | 11010 | 111100 | 1110 | 1000101 |
Color Harmonies of #BCBCA6
Complementary color
Monochromatic Colors of #BCBCA6
Black with #BCBCA6
Text Example
Text Example
White with #BCBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCA6; }
p { color: rgb(188,188,166); }
H1.HeaderClassName
{
color: #BCBCA6;
}
.AnyTagClassName
{
color: #BCBCA6;
}
</style>
background-color css
<style>
a { background-color: #BCBCA6; }
a { background-color: rgb(188,188,166); }
div.DivClassName
{
background-color: #BCBCA6;
}
.BgClassName
{
background-color: #BCBCA6;
}
</style>
border-color css
<style>
span { border-color: #BCBCA6; }
span { border-color: rgb(188,188,166); }
td.TdClassName
{
border-color: #BCBCA6;
}
.TagClassName
{
border-color: #BCBCA6;
}
</style>