#E8BBBC

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

Shades of Blossom #E8BBBC

Tints of Blossom #E8BBBC

Color information

#E8BBBC (or 0xE8BBBC) is unknown color: approx Blossom. HEX triplet: E8, BB and BC. RGB value is (232,187,188). Sum of RGB (Red+Green+Blue) = 232+187+188=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BBBC is #174443. Grayscale: #C8C8C8. Windows color (decimal): -1524804 or 12368872. OLE color: 12368872.

HSL color Cylindrical-coordinate representation of color #E8BBBC: hue angle of 358.67º degrees, saturation: 0.49, 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 #E8BBBC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232187188-
CMYK00.190.190.09
HSL358.67º49.45%82.16%-
HSV(B)358.67º19.4%90.98%-
XYZ60.1356.3355.28-
YUV200.57120.91150.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=38.22%
G=30.81%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218718800.190.190.09358.6749.4582.16
HexE8BBBC0131391673152
Octal350273274023231154761122
Binary1110100010111011101111000100111001110011011001111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBBC; }

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

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

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

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

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

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

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

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