Shades of Ash #BEBBAB
Tints of Ash #BEBBAB
RGB
CMYK
RGB Variations
Color information
#BEBBAB (or 0xBEBBAB) is known color: Ash. HEX triplet: BE, BB and AB. RGB value is (190,187,171). Sum of RGB (Red+Green+Blue) = 190+187+171=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBBAB is #414454. Grayscale: #BABABA. Windows color (decimal): -4277333 or 11254718. OLE color: 11254718.
HSL color Cylindrical-coordinate representation of color #BEBBAB: hue angle of 50.53º 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 #BEBBAB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 171 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.25 |
| HSL | 50.53º | 0.13% | 0.71% | - |
| HSV(B) | 50.53º | 0.1% | 0.75% | - |
| XYZ | 46.36 | 49.43 | 45.63 | - |
| YUV | 186.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 171 | 0 | 0.02 | 0.10 | 0.25 | 50.53 | 0.13 | 0.71 |
| Hex | BE | BB | AB | 0 | 2 | A | 19 | 33 | D | 47 |
| Octal | 276 | 273 | 253 | 0 | 2 | 12 | 31 | 63 | 15 | 107 |
| Binary | 10111110 | 10111011 | 10101011 | 0 | 10 | 1010 | 11001 | 110011 | 1101 | 1000111 |
Color Harmonies of #BEBBAB
Complementary color
Monochromatic Colors of #BEBBAB
Black with #BEBBAB
Text Example
Text Example
White with #BEBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBAB; }
p { color: rgb(190,187,171); }
H1.HeaderClassName
{
color: #BEBBAB;
}
.AnyTagClassName
{
color: #BEBBAB;
}
</style>
background-color css
<style>
a { background-color: #BEBBAB; }
a { background-color: rgb(190,187,171); }
div.DivClassName
{
background-color: #BEBBAB;
}
.BgClassName
{
background-color: #BEBBAB;
}
</style>
border-color css
<style>
span { border-color: #BEBBAB; }
span { border-color: rgb(190,187,171); }
td.TdClassName
{
border-color: #BEBBAB;
}
.TagClassName
{
border-color: #BEBBAB;
}
</style>