Shades of Blossom #E5BCBF
Tints of Blossom #E5BCBF
RGB
CMYK
RGB Variations
Color information
#E5BCBF (or 0xE5BCBF) is known color: Blossom. HEX triplet: E5, BC and BF. RGB value is (229,188,191). Sum of RGB (Red+Green+Blue) = 229+188+191=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BCBF is #1A4340. Grayscale: #C8C8C8. Windows color (decimal): -1721153 or 12565733. OLE color: 12565733.
HSL color Cylindrical-coordinate representation of color #E5BCBF: hue angle of 355.61º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5BCBF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 191 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.10 |
| HSL | 355.61º | 0.44% | 0.82% | - |
| HSV(B) | 355.61º | 0.18% | 0.9% | - |
| XYZ | 59.7 | 56.39 | 57.03 | - |
| YUV | 200.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 191 | 0 | 0.18 | 0.17 | 0.10 | 355.61 | 0.44 | 0.82 |
| Hex | E5 | BC | BF | 0 | 12 | 11 | A | 164 | 2C | 52 |
| Octal | 345 | 274 | 277 | 0 | 22 | 21 | 12 | 544 | 54 | 122 |
| Binary | 11100101 | 10111100 | 10111111 | 0 | 10010 | 10001 | 1010 | 101100100 | 101100 | 1010010 |
Color Harmonies of #E5BCBF
Complementary color
Monochromatic Colors of #E5BCBF
Black with #E5BCBF
Text Example
Text Example
White with #E5BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BCBF; }
p { color: rgb(229,188,191); }
H1.HeaderClassName
{
color: #E5BCBF;
}
.AnyTagClassName
{
color: #E5BCBF;
}
</style>
background-color css
<style>
a { background-color: #E5BCBF; }
a { background-color: rgb(229,188,191); }
div.DivClassName
{
background-color: #E5BCBF;
}
.BgClassName
{
background-color: #E5BCBF;
}
</style>
border-color css
<style>
span { border-color: #E5BCBF; }
span { border-color: rgb(229,188,191); }
td.TdClassName
{
border-color: #E5BCBF;
}
.TagClassName
{
border-color: #E5BCBF;
}
</style>