Shades of Mist Grey #BCBAA6
Tints of Mist Grey #BCBAA6
RGB
CMYK
RGB Variations
Color information
#BCBAA6 (or 0xBCBAA6) is known color: Mist Grey. HEX triplet: BC, BA and A6. RGB value is (188,186,166). Sum of RGB (Red+Green+Blue) = 188+186+166=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA6 is #434559. Grayscale: #B8B8B8. Windows color (decimal): -4408666 or 10926780. OLE color: 10926780.
HSL color Cylindrical-coordinate representation of color #BCBAA6: hue angle of 54.55º 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 #BCBAA6 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 166 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.26 |
| HSL | 54.55º | 0.14% | 0.69% | - |
| HSV(B) | 54.55º | 0.12% | 0.74% | - |
| XYZ | 45.18 | 48.56 | 43.07 | - |
| YUV | 184.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 166 | 0 | 0.01 | 0.12 | 0.26 | 54.55 | 0.14 | 0.69 |
| Hex | BC | BA | A6 | 0 | 1 | C | 1A | 37 | E | 45 |
| Octal | 274 | 272 | 246 | 0 | 1 | 14 | 32 | 67 | 16 | 105 |
| Binary | 10111100 | 10111010 | 10100110 | 0 | 1 | 1100 | 11010 | 110111 | 1110 | 1000101 |
Color Harmonies of #BCBAA6
Complementary color
Monochromatic Colors of #BCBAA6
Black with #BCBAA6
Text Example
Text Example
White with #BCBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAA6; }
p { color: rgb(188,186,166); }
H1.HeaderClassName
{
color: #BCBAA6;
}
.AnyTagClassName
{
color: #BCBAA6;
}
</style>
background-color css
<style>
a { background-color: #BCBAA6; }
a { background-color: rgb(188,186,166); }
div.DivClassName
{
background-color: #BCBAA6;
}
.BgClassName
{
background-color: #BCBAA6;
}
</style>
border-color css
<style>
span { border-color: #BCBAA6; }
span { border-color: rgb(188,186,166); }
td.TdClassName
{
border-color: #BCBAA6;
}
.TagClassName
{
border-color: #BCBAA6;
}
</style>