Shades of Beauty Bush #E4BDBC
Tints of Beauty Bush #E4BDBC
RGB
CMYK
RGB Variations
Color information
#E4BDBC (or 0xE4BDBC) is known color: Beauty Bush. HEX triplet: E4, BD and BC. RGB value is (228,189,188). Sum of RGB (Red+Green+Blue) = 228+189+188=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDBC is #1B4243. Grayscale: #C8C8C8. Windows color (decimal): -1786436 or 12369380. OLE color: 12369380.
HSL color Cylindrical-coordinate representation of color #E4BDBC: hue angle of 1.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BDBC is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 189 | 188 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.11 |
| HSL | 1.5º | 0.43% | 0.82% | - |
| HSV(B) | 1.5º | 0.18% | 0.89% | - |
| XYZ | 59.27 | 56.52 | 55.36 | - |
| YUV | 200.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 189 | 188 | 0 | 0.17 | 0.18 | 0.11 | 1.5 | 0.43 | 0.82 |
| Hex | E4 | BD | BC | 0 | 11 | 12 | B | 2 | 2B | 52 |
| Octal | 344 | 275 | 274 | 0 | 21 | 22 | 13 | 2 | 53 | 122 |
| Binary | 11100100 | 10111101 | 10111100 | 0 | 10001 | 10010 | 1011 | 10 | 101011 | 1010010 |
Color Harmonies of #E4BDBC
Complementary color
Monochromatic Colors of #E4BDBC
Black with #E4BDBC
Text Example
Text Example
White with #E4BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BDBC; }
p { color: rgb(228,189,188); }
H1.HeaderClassName
{
color: #E4BDBC;
}
.AnyTagClassName
{
color: #E4BDBC;
}
</style>
background-color css
<style>
a { background-color: #E4BDBC; }
a { background-color: rgb(228,189,188); }
div.DivClassName
{
background-color: #E4BDBC;
}
.BgClassName
{
background-color: #E4BDBC;
}
</style>
border-color css
<style>
span { border-color: #E4BDBC; }
span { border-color: rgb(228,189,188); }
td.TdClassName
{
border-color: #E4BDBC;
}
.TagClassName
{
border-color: #E4BDBC;
}
</style>