Shades of Mist Grey #BEBCAB
Tints of Mist Grey #BEBCAB
RGB
CMYK
RGB Variations
Color information
#BEBCAB (or 0xBEBCAB) is known color: Mist Grey. HEX triplet: BE, BC and AB. RGB value is (190,188,171). Sum of RGB (Red+Green+Blue) = 190+188+171=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCAB is #414354. Grayscale: #BABABA. Windows color (decimal): -4277077 or 11254974. OLE color: 11254974.
HSL color Cylindrical-coordinate representation of color #BEBCAB: hue angle of 53.68º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBCAB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 188 | 171 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.25 |
| HSL | 53.68º | 0.13% | 0.71% | - |
| HSV(B) | 53.68º | 0.1% | 0.75% | - |
| XYZ | 46.57 | 49.85 | 45.7 | - |
| YUV | 186.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 188 | 171 | 0 | 0.01 | 0.10 | 0.25 | 53.68 | 0.13 | 0.71 |
| Hex | BE | BC | AB | 0 | 1 | A | 19 | 36 | D | 47 |
| Octal | 276 | 274 | 253 | 0 | 1 | 12 | 31 | 66 | 15 | 107 |
| Binary | 10111110 | 10111100 | 10101011 | 0 | 1 | 1010 | 11001 | 110110 | 1101 | 1000111 |
Color Harmonies of #BEBCAB
Complementary color
Monochromatic Colors of #BEBCAB
Black with #BEBCAB
Text Example
Text Example
White with #BEBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCAB; }
p { color: rgb(190,188,171); }
H1.HeaderClassName
{
color: #BEBCAB;
}
.AnyTagClassName
{
color: #BEBCAB;
}
</style>
background-color css
<style>
a { background-color: #BEBCAB; }
a { background-color: rgb(190,188,171); }
div.DivClassName
{
background-color: #BEBCAB;
}
.BgClassName
{
background-color: #BEBCAB;
}
</style>
border-color css
<style>
span { border-color: #BEBCAB; }
span { border-color: rgb(190,188,171); }
td.TdClassName
{
border-color: #BEBCAB;
}
.TagClassName
{
border-color: #BEBCAB;
}
</style>