Shades of Blossom #E6BCBF
Tints of Blossom #E6BCBF
RGB
CMYK
RGB Variations
Color information
#E6BCBF (or 0xE6BCBF) is known color: Blossom. HEX triplet: E6, BC and BF. RGB value is (230,188,191). Sum of RGB (Red+Green+Blue) = 230+188+191=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCBF is #194340. Grayscale: #C8C8C8. Windows color (decimal): -1655617 or 12565734. OLE color: 12565734.
HSL color Cylindrical-coordinate representation of color #E6BCBF: hue angle of 355.71º degrees, saturation: 0.46, 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 #E6BCBF is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 191 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.10 |
| HSL | 355.71º | 0.46% | 0.82% | - |
| HSV(B) | 355.71º | 0.18% | 0.9% | - |
| XYZ | 60.02 | 56.55 | 57.04 | - |
| YUV | 200.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 191 | 0 | 0.18 | 0.17 | 0.10 | 355.71 | 0.46 | 0.82 |
| Hex | E6 | BC | BF | 0 | 12 | 11 | A | 164 | 2E | 52 |
| Octal | 346 | 274 | 277 | 0 | 22 | 21 | 12 | 544 | 56 | 122 |
| Binary | 11100110 | 10111100 | 10111111 | 0 | 10010 | 10001 | 1010 | 101100100 | 101110 | 1010010 |
Color Harmonies of #E6BCBF
Complementary color
Monochromatic Colors of #E6BCBF
Black with #E6BCBF
Text Example
Text Example
White with #E6BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BCBF; }
p { color: rgb(230,188,191); }
H1.HeaderClassName
{
color: #E6BCBF;
}
.AnyTagClassName
{
color: #E6BCBF;
}
</style>
background-color css
<style>
a { background-color: #E6BCBF; }
a { background-color: rgb(230,188,191); }
div.DivClassName
{
background-color: #E6BCBF;
}
.BgClassName
{
background-color: #E6BCBF;
}
</style>
border-color css
<style>
span { border-color: #E6BCBF; }
span { border-color: rgb(230,188,191); }
td.TdClassName
{
border-color: #E6BCBF;
}
.TagClassName
{
border-color: #E6BCBF;
}
</style>