#E7BCBE

Color #E7BCBE Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #E7BCBE

Tints of Blossom #E7BCBE

Color information

#E7BCBE (or 0xE7BCBE) is unknown color: approx Blossom. HEX triplet: E7, BC and BE. RGB value is (231,188,190). Sum of RGB (Red+Green+Blue) = 231+188+190=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BCBE is #184341. Grayscale: #C9C9C9. Windows color (decimal): -1590082 or 12500199. OLE color: 12500199.

HSL color Cylindrical-coordinate representation of color #E7BCBE: hue angle of 357.21º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BCBE is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231188190-
CMYK00.190.180.09
HSL357.21º47.25%82.16%-
HSV(B)357.21º18.61%90.59%-
XYZ60.2356.6756.48-
YUV201.08121.75149.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=37.93%
G=30.87%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118819000.190.180.09357.2147.2582.16
HexE7BCBE0131291652f52
Octal347274276023221154557122
Binary1110011110111100101111100100111001010011011001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCBE; }

 p { color: rgb(231,188,190); }

 H1.HeaderClassName
 {
   color: #E7BCBE;
 }
 .AnyTagClassName
 {
   color: #E7BCBE;
 }
</style>
background-color css

<style>
 a { background-color: #E7BCBE; }

 a { background-color: rgb(231,188,190); }

 div.DivClassName
 {
   background-color: #E7BCBE;
 }
 .BgClassName
 {
   background-color: #E7BCBE;
 }
</style>
border-color css

<style>
 span { border-color: #E7BCBE; }

 span { border-color: rgb(231,188,190); }

 td.TdClassName
 {
   border-color: #E7BCBE;
 }
 .TagClassName
 {
   border-color: #E7BCBE;
 }
</style>