#ABDEBA

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

Shades of Fringy Flower #ABDEBA

Tints of Fringy Flower #ABDEBA

Color information

#ABDEBA (or 0xABDEBA) is unknown color: approx Fringy Flower. HEX triplet: AB, DE and BA. RGB value is (171,222,186). Sum of RGB (Red+Green+Blue) = 171+222+186=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEBA is #542145. Grayscale: #CACACA. Windows color (decimal): -5513542 or 12246699. OLE color: 12246699.

HSL color Cylindrical-coordinate representation of color #ABDEBA: hue angle of 137.65º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDEBA is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB171222186-
CMYK0.2300.160.13
HSL137.65º43.59%77.06%-
HSV(B)137.65º22.97%87.06%-
XYZ51.7864.4556.16-
YUV202.65118.6105.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=29.53%
G=38.34%
B=32.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712221860.2300.160.13137.6543.5977.06
HexABDEBA17010D8a2c4d
Octal253336272270201521254115
Binary101010111101111010111010101110100001101100010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDEBA; }

 p { color: rgb(171,222,186); }

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

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

 a { background-color: rgb(171,222,186); }

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

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

 span { border-color: rgb(171,222,186); }

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