#E6BCBE

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

Shades of Blossom #E6BCBE

Tints of Blossom #E6BCBE

Color information

#E6BCBE (or 0xE6BCBE) is unknown color: approx Blossom. HEX triplet: E6, BC and BE. RGB value is (230,188,190). Sum of RGB (Red+Green+Blue) = 230+188+190=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BCBE is #194341. Grayscale: #C8C8C8. Windows color (decimal): -1655618 or 12500198. OLE color: 12500198.

HSL color Cylindrical-coordinate representation of color #E6BCBE: hue angle of 357.14º 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 #E6BCBE is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230188190-
CMYK00.180.170.10
HSL357.14º45.65%81.96%-
HSV(B)357.14º18.26%90.2%-
XYZ59.9156.5156.46-
YUV200.79121.91148.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.83%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=37.83%
G=30.92%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018819000.180.170.10357.1445.6581.96
HexE6BCBE01211A1652e52
Octal346274276022211254556122
Binary1110011010111100101111100100101000110101011001011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BCBE; }

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

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

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

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

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

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

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

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