Shades of Mist Grey #BCBBA3
Tints of Mist Grey #BCBBA3
RGB
CMYK
RGB Variations
Color information
#BCBBA3 (or 0xBCBBA3) is known color: Mist Grey. HEX triplet: BC, BB and A3. RGB value is (188,187,163). Sum of RGB (Red+Green+Blue) = 188+187+163=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA3 is #43445C. Grayscale: #B8B8B8. Windows color (decimal): -4408413 or 10730428. OLE color: 10730428.
HSL color Cylindrical-coordinate representation of color #BCBBA3: hue angle of 57.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCBBA3 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 163 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.26 |
| HSL | 57.6º | 0.16% | 0.69% | - |
| HSV(B) | 57.6º | 0.13% | 0.74% | - |
| XYZ | 45.12 | 48.88 | 41.71 | - |
| YUV | 184.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 163 | 0 | 0.01 | 0.13 | 0.26 | 57.6 | 0.16 | 0.69 |
| Hex | BC | BB | A3 | 0 | 1 | D | 1A | 3A | 10 | 45 |
| Octal | 274 | 273 | 243 | 0 | 1 | 15 | 32 | 72 | 20 | 105 |
| Binary | 10111100 | 10111011 | 10100011 | 0 | 1 | 1101 | 11010 | 111010 | 10000 | 1000101 |
Color Harmonies of #BCBBA3
Complementary color
Monochromatic Colors of #BCBBA3
Black with #BCBBA3
Text Example
Text Example
White with #BCBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBA3; }
p { color: rgb(188,187,163); }
H1.HeaderClassName
{
color: #BCBBA3;
}
.AnyTagClassName
{
color: #BCBBA3;
}
</style>
background-color css
<style>
a { background-color: #BCBBA3; }
a { background-color: rgb(188,187,163); }
div.DivClassName
{
background-color: #BCBBA3;
}
.BgClassName
{
background-color: #BCBBA3;
}
</style>
border-color css
<style>
span { border-color: #BCBBA3; }
span { border-color: rgb(188,187,163); }
td.TdClassName
{
border-color: #BCBBA3;
}
.TagClassName
{
border-color: #BCBBA3;
}
</style>