Shades of Beauty Bush #E4BBBA
Tints of Beauty Bush #E4BBBA
RGB
CMYK
RGB Variations
Color information
#E4BBBA (or 0xE4BBBA) is known color: Beauty Bush. HEX triplet: E4, BB and BA. RGB value is (228,187,186). Sum of RGB (Red+Green+Blue) = 228+187+186=601 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.94% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBBA is #1B4445. Grayscale: #C7C7C7. Windows color (decimal): -1786950 or 12237796. OLE color: 12237796.
HSL color Cylindrical-coordinate representation of color #E4BBBA: hue angle of 1.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BBBA is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 186 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.11 |
| HSL | 1.43º | 0.44% | 0.81% | - |
| HSV(B) | 1.43º | 0.18% | 0.89% | - |
| XYZ | 58.63 | 55.58 | 54.09 | - |
| YUV | 199.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 186 | 0 | 0.18 | 0.18 | 0.11 | 1.43 | 0.44 | 0.81 |
| Hex | E4 | BB | BA | 0 | 12 | 12 | B | 1 | 2C | 51 |
| Octal | 344 | 273 | 272 | 0 | 22 | 22 | 13 | 1 | 54 | 121 |
| Binary | 11100100 | 10111011 | 10111010 | 0 | 10010 | 10010 | 1011 | 1 | 101100 | 1010001 |
Color Harmonies of #E4BBBA
Complementary color
Monochromatic Colors of #E4BBBA
Black with #E4BBBA
Text Example
Text Example
White with #E4BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BBBA; }
p { color: rgb(228,187,186); }
H1.HeaderClassName
{
color: #E4BBBA;
}
.AnyTagClassName
{
color: #E4BBBA;
}
</style>
background-color css
<style>
a { background-color: #E4BBBA; }
a { background-color: rgb(228,187,186); }
div.DivClassName
{
background-color: #E4BBBA;
}
.BgClassName
{
background-color: #E4BBBA;
}
</style>
border-color css
<style>
span { border-color: #E4BBBA; }
span { border-color: rgb(228,187,186); }
td.TdClassName
{
border-color: #E4BBBA;
}
.TagClassName
{
border-color: #E4BBBA;
}
</style>