Shades of Mist Grey #BCBBA4
Tints of Mist Grey #BCBBA4
RGB
CMYK
RGB Variations
Color information
#BCBBA4 (or 0xBCBBA4) is known color: Mist Grey. HEX triplet: BC, BB and A4. RGB value is (188,187,164). Sum of RGB (Red+Green+Blue) = 188+187+164=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBBA4 is #43445B. Grayscale: #B8B8B8. Windows color (decimal): -4408412 or 10795964. OLE color: 10795964.
HSL color Cylindrical-coordinate representation of color #BCBBA4: hue angle of 57.5º degrees, saturation: 0.15, 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 #BCBBA4 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 164 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.26 |
| HSL | 57.5º | 0.15% | 0.69% | - |
| HSV(B) | 57.5º | 0.13% | 0.74% | - |
| XYZ | 45.21 | 48.91 | 42.18 | - |
| YUV | 184.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 164 | 0 | 0.01 | 0.13 | 0.26 | 57.5 | 0.15 | 0.69 |
| Hex | BC | BB | A4 | 0 | 1 | D | 1A | 3A | F | 45 |
| Octal | 274 | 273 | 244 | 0 | 1 | 15 | 32 | 72 | 17 | 105 |
| Binary | 10111100 | 10111011 | 10100100 | 0 | 1 | 1101 | 11010 | 111010 | 1111 | 1000101 |
Color Harmonies of #BCBBA4
Complementary color
Monochromatic Colors of #BCBBA4
Black with #BCBBA4
Text Example
Text Example
White with #BCBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBA4; }
p { color: rgb(188,187,164); }
H1.HeaderClassName
{
color: #BCBBA4;
}
.AnyTagClassName
{
color: #BCBBA4;
}
</style>
background-color css
<style>
a { background-color: #BCBBA4; }
a { background-color: rgb(188,187,164); }
div.DivClassName
{
background-color: #BCBBA4;
}
.BgClassName
{
background-color: #BCBBA4;
}
</style>
border-color css
<style>
span { border-color: #BCBBA4; }
span { border-color: rgb(188,187,164); }
td.TdClassName
{
border-color: #BCBBA4;
}
.TagClassName
{
border-color: #BCBBA4;
}
</style>