#ECBBBA

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

Shades of Beauty Bush #ECBBBA

Tints of Beauty Bush #ECBBBA

Color information

#ECBBBA (or 0xECBBBA) is unknown color: approx Beauty Bush. HEX triplet: EC, BB and BA. RGB value is (236,187,186). Sum of RGB (Red+Green+Blue) = 236+187+186=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBBA is #134445. Grayscale: #C9C9C9. Windows color (decimal): -1262662 or 12237804. OLE color: 12237804.

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

Color convert

RGB236187186-
CMYK00.210.210.07
HSL1.2º56.82%82.75%-
HSV(B)1.2º21.19%92.55%-
XYZ61.2356.9254.21-
YUV201.54119.23152.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=38.75%
G=30.71%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618718600.210.210.071.256.8282.75
HexECBBBA01515713953
Octal354273272025257171123
Binary1110110010111011101110100101011010111111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBBBA; }

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

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

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

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

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

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

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

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