Shades of Mist Grey #BCBAA8
Tints of Mist Grey #BCBAA8
RGB
CMYK
RGB Variations
Color information
#BCBAA8 (or 0xBCBAA8) is known color: Mist Grey. HEX triplet: BC, BA and A8. RGB value is (188,186,168). Sum of RGB (Red+Green+Blue) = 188+186+168=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAA8 is #434557. Grayscale: #B8B8B8. Windows color (decimal): -4408664 or 11057852. OLE color: 11057852.
HSL color Cylindrical-coordinate representation of color #BCBAA8: hue angle of 54º degrees, saturation: 0.13, 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 #BCBAA8 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 168 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.26 |
| HSL | 54º | 0.13% | 0.7% | - |
| HSV(B) | 54º | 0.11% | 0.74% | - |
| XYZ | 45.37 | 48.64 | 44.04 | - |
| YUV | 184.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 168 | 0 | 0.01 | 0.11 | 0.26 | 54 | 0.13 | 0.7 |
| Hex | BC | BA | A8 | 0 | 1 | B | 1A | 36 | D | 46 |
| Octal | 274 | 272 | 250 | 0 | 1 | 13 | 32 | 66 | 15 | 106 |
| Binary | 10111100 | 10111010 | 10101000 | 0 | 1 | 1011 | 11010 | 110110 | 1101 | 1000110 |
Color Harmonies of #BCBAA8
Complementary color
Monochromatic Colors of #BCBAA8
Black with #BCBAA8
Text Example
Text Example
White with #BCBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAA8; }
p { color: rgb(188,186,168); }
H1.HeaderClassName
{
color: #BCBAA8;
}
.AnyTagClassName
{
color: #BCBAA8;
}
</style>
background-color css
<style>
a { background-color: #BCBAA8; }
a { background-color: rgb(188,186,168); }
div.DivClassName
{
background-color: #BCBAA8;
}
.BgClassName
{
background-color: #BCBAA8;
}
</style>
border-color css
<style>
span { border-color: #BCBAA8; }
span { border-color: rgb(188,186,168); }
td.TdClassName
{
border-color: #BCBAA8;
}
.TagClassName
{
border-color: #BCBAA8;
}
</style>