Shades of Mist Grey #BCBAA7
Tints of Mist Grey #BCBAA7
RGB
CMYK
RGB Variations
Color information
#BCBAA7 (or 0xBCBAA7) is known color: Mist Grey. HEX triplet: BC, BA and A7. RGB value is (188,186,167). Sum of RGB (Red+Green+Blue) = 188+186+167=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA7 is #434558. Grayscale: #B8B8B8. Windows color (decimal): -4408665 or 10992316. OLE color: 10992316.
HSL color Cylindrical-coordinate representation of color #BCBAA7: hue angle of 54.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBAA7 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 167 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.26 |
| HSL | 54.29º | 0.14% | 0.7% | - |
| HSV(B) | 54.29º | 0.11% | 0.74% | - |
| XYZ | 45.27 | 48.6 | 43.55 | - |
| YUV | 184.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 167 | 0 | 0.01 | 0.11 | 0.26 | 54.29 | 0.14 | 0.7 |
| Hex | BC | BA | A7 | 0 | 1 | B | 1A | 36 | E | 46 |
| Octal | 274 | 272 | 247 | 0 | 1 | 13 | 32 | 66 | 16 | 106 |
| Binary | 10111100 | 10111010 | 10100111 | 0 | 1 | 1011 | 11010 | 110110 | 1110 | 1000110 |
Color Harmonies of #BCBAA7
Complementary color
Monochromatic Colors of #BCBAA7
Black with #BCBAA7
Text Example
Text Example
White with #BCBAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAA7; }
p { color: rgb(188,186,167); }
H1.HeaderClassName
{
color: #BCBAA7;
}
.AnyTagClassName
{
color: #BCBAA7;
}
</style>
background-color css
<style>
a { background-color: #BCBAA7; }
a { background-color: rgb(188,186,167); }
div.DivClassName
{
background-color: #BCBAA7;
}
.BgClassName
{
background-color: #BCBAA7;
}
</style>
border-color css
<style>
span { border-color: #BCBAA7; }
span { border-color: rgb(188,186,167); }
td.TdClassName
{
border-color: #BCBAA7;
}
.TagClassName
{
border-color: #BCBAA7;
}
</style>