Shades of Beauty Bush #E9BEBC
Tints of Beauty Bush #E9BEBC
RGB
CMYK
RGB Variations
Color information
#E9BEBC (or 0xE9BEBC) is known color: Beauty Bush. HEX triplet: E9, BE and BC. RGB value is (233,190,188). Sum of RGB (Red+Green+Blue) = 233+190+188=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BEBC is #164143. Grayscale: #CACACA. Windows color (decimal): -1458500 or 12369641. OLE color: 12369641.
HSL color Cylindrical-coordinate representation of color #E9BEBC: hue angle of 2.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BEBC is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 188 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.09 |
| HSL | 2.67º | 0.51% | 0.83% | - |
| HSV(B) | 2.67º | 0.19% | 0.91% | - |
| XYZ | 61.09 | 57.78 | 55.51 | - |
| YUV | 202.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 188 | 0 | 0.18 | 0.19 | 0.09 | 2.67 | 0.51 | 0.83 |
| Hex | E9 | BE | BC | 0 | 12 | 13 | 9 | 3 | 33 | 53 |
| Octal | 351 | 276 | 274 | 0 | 22 | 23 | 11 | 3 | 63 | 123 |
| Binary | 11101001 | 10111110 | 10111100 | 0 | 10010 | 10011 | 1001 | 11 | 110011 | 1010011 |
Color Harmonies of #E9BEBC
Complementary color
Monochromatic Colors of #E9BEBC
Black with #E9BEBC
Text Example
Text Example
White with #E9BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BEBC; }
p { color: rgb(233,190,188); }
H1.HeaderClassName
{
color: #E9BEBC;
}
.AnyTagClassName
{
color: #E9BEBC;
}
</style>
background-color css
<style>
a { background-color: #E9BEBC; }
a { background-color: rgb(233,190,188); }
div.DivClassName
{
background-color: #E9BEBC;
}
.BgClassName
{
background-color: #E9BEBC;
}
</style>
border-color css
<style>
span { border-color: #E9BEBC; }
span { border-color: rgb(233,190,188); }
td.TdClassName
{
border-color: #E9BEBC;
}
.TagClassName
{
border-color: #E9BEBC;
}
</style>