#E4BBBC

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

Shades of Blossom #E4BBBC

Tints of Blossom #E4BBBC

Color information

#E4BBBC (or 0xE4BBBC) is unknown color: approx Blossom. HEX triplet: E4, BB and BC. RGB value is (228,187,188). Sum of RGB (Red+Green+Blue) = 228+187+188=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BBBC is #1B4443. Grayscale: #C7C7C7. Windows color (decimal): -1786948 or 12368868. OLE color: 12368868.

HSL color Cylindrical-coordinate representation of color #E4BBBC: hue angle of 358.54º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BBBC is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228187188-
CMYK00.180.180.11
HSL358.54º43.16%81.37%-
HSV(B)358.54º17.98%89.41%-
XYZ58.8455.6755.22-
YUV199.37121.58148.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.81%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=37.81%
G=31.01%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818718800.180.180.11358.5443.1681.37
HexE4BBBC01212B1672b51
Octal344273274022221354753121
Binary1110010010111011101111000100101001010111011001111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BBBC; }

 p { color: rgb(228,187,188); }

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

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

 a { background-color: rgb(228,187,188); }

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

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

 span { border-color: rgb(228,187,188); }

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