Shades of Blossom #E6BABC
Tints of Blossom #E6BABC
RGB
CMYK
RGB Variations
Color information
#E6BABC (or 0xE6BABC) is known color: Blossom. HEX triplet: E6, BA and BC. RGB value is (230,186,188). Sum of RGB (Red+Green+Blue) = 230+186+188=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BABC is #194543. Grayscale: #C7C7C7. Windows color (decimal): -1656132 or 12368614. OLE color: 12368614.
HSL color Cylindrical-coordinate representation of color #E6BABC: hue angle of 357.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BABC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 188 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.10 |
| HSL | 357.27º | 0.47% | 0.82% | - |
| HSV(B) | 357.27º | 0.19% | 0.9% | - |
| XYZ | 59.27 | 55.57 | 55.18 | - |
| YUV | 199.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 188 | 0 | 0.19 | 0.18 | 0.10 | 357.27 | 0.47 | 0.82 |
| Hex | E6 | BA | BC | 0 | 13 | 12 | A | 165 | 2F | 52 |
| Octal | 346 | 272 | 274 | 0 | 23 | 22 | 12 | 545 | 57 | 122 |
| Binary | 11100110 | 10111010 | 10111100 | 0 | 10011 | 10010 | 1010 | 101100101 | 101111 | 1010010 |
Color Harmonies of #E6BABC
Complementary color
Monochromatic Colors of #E6BABC
Black with #E6BABC
Text Example
Text Example
White with #E6BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BABC; }
p { color: rgb(230,186,188); }
H1.HeaderClassName
{
color: #E6BABC;
}
.AnyTagClassName
{
color: #E6BABC;
}
</style>
background-color css
<style>
a { background-color: #E6BABC; }
a { background-color: rgb(230,186,188); }
div.DivClassName
{
background-color: #E6BABC;
}
.BgClassName
{
background-color: #E6BABC;
}
</style>
border-color css
<style>
span { border-color: #E6BABC; }
span { border-color: rgb(230,186,188); }
td.TdClassName
{
border-color: #E6BABC;
}
.TagClassName
{
border-color: #E6BABC;
}
</style>