Shades of Blossom #E4BCBE
Tints of Blossom #E4BCBE
RGB
CMYK
RGB Variations
Color information
#E4BCBE (or 0xE4BCBE) is known color: Blossom. HEX triplet: E4, BC and BE. RGB value is (228,188,190). Sum of RGB (Red+Green+Blue) = 228+188+190=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCBE is #1B4341. Grayscale: #C8C8C8. Windows color (decimal): -1786690 or 12500196. OLE color: 12500196.
HSL color Cylindrical-coordinate representation of color #E4BCBE: hue angle of 357º 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 #E4BCBE is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 190 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.11 |
| HSL | 357º | 0.43% | 0.82% | - |
| HSV(B) | 357º | 0.18% | 0.89% | - |
| XYZ | 59.27 | 56.18 | 56.43 | - |
| YUV | 200.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 190 | 0 | 0.18 | 0.17 | 0.11 | 357 | 0.43 | 0.82 |
| Hex | E4 | BC | BE | 0 | 12 | 11 | B | 165 | 2B | 52 |
| Octal | 344 | 274 | 276 | 0 | 22 | 21 | 13 | 545 | 53 | 122 |
| Binary | 11100100 | 10111100 | 10111110 | 0 | 10010 | 10001 | 1011 | 101100101 | 101011 | 1010010 |
Color Harmonies of #E4BCBE
Complementary color
Monochromatic Colors of #E4BCBE
Black with #E4BCBE
Text Example
Text Example
White with #E4BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCBE; }
p { color: rgb(228,188,190); }
H1.HeaderClassName
{
color: #E4BCBE;
}
.AnyTagClassName
{
color: #E4BCBE;
}
</style>
background-color css
<style>
a { background-color: #E4BCBE; }
a { background-color: rgb(228,188,190); }
div.DivClassName
{
background-color: #E4BCBE;
}
.BgClassName
{
background-color: #E4BCBE;
}
</style>
border-color css
<style>
span { border-color: #E4BCBE; }
span { border-color: rgb(228,188,190); }
td.TdClassName
{
border-color: #E4BCBE;
}
.TagClassName
{
border-color: #E4BCBE;
}
</style>