Shades of Blossom #E4BCBF
Tints of Blossom #E4BCBF
RGB
CMYK
RGB Variations
Color information
#E4BCBF (or 0xE4BCBF) is known color: Blossom. HEX triplet: E4, BC and BF. RGB value is (228,188,191). Sum of RGB (Red+Green+Blue) = 228+188+191=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BCBF is #1B4340. Grayscale: #C8C8C8. Windows color (decimal): -1786689 or 12565732. OLE color: 12565732.
HSL color Cylindrical-coordinate representation of color #E4BCBF: hue angle of 355.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 #E4BCBF is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 191 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.11 |
| HSL | 355.5º | 0.43% | 0.82% | - |
| HSV(B) | 355.5º | 0.18% | 0.89% | - |
| XYZ | 59.38 | 56.22 | 57.01 | - |
| YUV | 200.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 191 | 0 | 0.18 | 0.16 | 0.11 | 355.5 | 0.43 | 0.82 |
| Hex | E4 | BC | BF | 0 | 12 | 10 | B | 164 | 2B | 52 |
| Octal | 344 | 274 | 277 | 0 | 22 | 20 | 13 | 544 | 53 | 122 |
| Binary | 11100100 | 10111100 | 10111111 | 0 | 10010 | 10000 | 1011 | 101100100 | 101011 | 1010010 |
Color Harmonies of #E4BCBF
Complementary color
Monochromatic Colors of #E4BCBF
Black with #E4BCBF
Text Example
Text Example
White with #E4BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BCBF; }
p { color: rgb(228,188,191); }
H1.HeaderClassName
{
color: #E4BCBF;
}
.AnyTagClassName
{
color: #E4BCBF;
}
</style>
background-color css
<style>
a { background-color: #E4BCBF; }
a { background-color: rgb(228,188,191); }
div.DivClassName
{
background-color: #E4BCBF;
}
.BgClassName
{
background-color: #E4BCBF;
}
</style>
border-color css
<style>
span { border-color: #E4BCBF; }
span { border-color: rgb(228,188,191); }
td.TdClassName
{
border-color: #E4BCBF;
}
.TagClassName
{
border-color: #E4BCBF;
}
</style>