#ECBBB0

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

Shades of Beauty Bush #ECBBB0

Tints of Beauty Bush #ECBBB0

Color information

#ECBBB0 (or 0xECBBB0) is unknown color: approx Beauty Bush. HEX triplet: EC, BB and B0. RGB value is (236,187,176). Sum of RGB (Red+Green+Blue) = 236+187+176=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBB0 is #13444F. Grayscale: #C8C8C8. Windows color (decimal): -1262672 or 11582444. OLE color: 11582444.

HSL color Cylindrical-coordinate representation of color #ECBBB0: hue angle of 11º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBBB0 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236187176-
CMYK00.210.250.07
HSL11º61.22%80.78%-
HSV(B)11º25.42%92.55%-
XYZ60.256.5148.81-
YUV200.4114.23153.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=39.40%
G=31.22%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618717600.210.250.071161.2280.78
HexECBBB0015197b3d51
Octal3542732600253171375121
Binary1110110010111011101100000101011100111110111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBB0; }

 p { color: rgb(236,187,176); }

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

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

 a { background-color: rgb(236,187,176); }

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

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

 span { border-color: rgb(236,187,176); }

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