#E7BBBC

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

Shades of Blossom #E7BBBC

Tints of Blossom #E7BBBC

Color information

#E7BBBC (or 0xE7BBBC) is unknown color: approx Blossom. HEX triplet: E7, BB and BC. RGB value is (231,187,188). Sum of RGB (Red+Green+Blue) = 231+187+188=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BBBC is #184443. Grayscale: #C8C8C8. Windows color (decimal): -1590340 or 12368871. OLE color: 12368871.

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

Color convert

RGB231187188-
CMYK00.190.190.09
HSL358.64º47.83%81.96%-
HSV(B)358.64º19.05%90.59%-
XYZ59.856.1655.27-
YUV200.27121.08149.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 187 (73.44% from 255) = 30.86%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=38.12%
G=30.86%
B=31.02%

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
Decimal23118718800.190.190.09358.6447.8381.96
HexE7BBBC0131391673052
Octal347273274023231154760122
Binary1110011110111011101111000100111001110011011001111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBBC; }

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

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

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

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

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

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

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

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