Shades of Mist Grey #BCBBAD
Tints of Mist Grey #BCBBAD
RGB
CMYK
RGB Variations
Color information
#BCBBAD (or 0xBCBBAD) is known color: Mist Grey. HEX triplet: BC, BB and AD. RGB value is (188,187,173). Sum of RGB (Red+Green+Blue) = 188+187+173=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBAD is #434452. Grayscale: #B9B9B9. Windows color (decimal): -4408403 or 11385788. OLE color: 11385788.
HSL color Cylindrical-coordinate representation of color #BCBBAD: hue angle of 56º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCBBAD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 173 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.26 |
| HSL | 56º | 0.1% | 0.71% | - |
| HSV(B) | 56º | 0.08% | 0.74% | - |
| XYZ | 46.05 | 49.25 | 46.61 | - |
| YUV | 185.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 173 | 0 | 0.01 | 0.08 | 0.26 | 56 | 0.1 | 0.71 |
| Hex | BC | BB | AD | 0 | 1 | 8 | 1A | 38 | A | 47 |
| Octal | 274 | 273 | 255 | 0 | 1 | 10 | 32 | 70 | 12 | 107 |
| Binary | 10111100 | 10111011 | 10101101 | 0 | 1 | 1000 | 11010 | 111000 | 1010 | 1000111 |
Color Harmonies of #BCBBAD
Complementary color
Monochromatic Colors of #BCBBAD
Black with #BCBBAD
Text Example
Text Example
White with #BCBBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBAD; }
p { color: rgb(188,187,173); }
H1.HeaderClassName
{
color: #BCBBAD;
}
.AnyTagClassName
{
color: #BCBBAD;
}
</style>
background-color css
<style>
a { background-color: #BCBBAD; }
a { background-color: rgb(188,187,173); }
div.DivClassName
{
background-color: #BCBBAD;
}
.BgClassName
{
background-color: #BCBBAD;
}
</style>
border-color css
<style>
span { border-color: #BCBBAD; }
span { border-color: rgb(188,187,173); }
td.TdClassName
{
border-color: #BCBBAD;
}
.TagClassName
{
border-color: #BCBBAD;
}
</style>