#AADDBA

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

Shades of Fringy Flower #AADDBA

Tints of Fringy Flower #AADDBA

Color information

#AADDBA (or 0xAADDBA) is unknown color: approx Fringy Flower. HEX triplet: AA, DD and BA. RGB value is (170,221,186). Sum of RGB (Red+Green+Blue) = 170+221+186=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDBA is #552245. Grayscale: #C9C9C9. Windows color (decimal): -5579334 or 12246442. OLE color: 12246442.

HSL color Cylindrical-coordinate representation of color #AADDBA: hue angle of 138.82º degrees, saturation: 0.43, 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 #AADDBA is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB170221186-
CMYK0.2300.160.13
HSL138.82º42.86%76.67%-
HSV(B)138.82º23.08%86.67%-
XYZ51.363.856.07-
YUV201.76119.1105.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=29.46%
G=38.30%
B=32.24%

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
Decimal1702211860.2300.160.13138.8242.8676.67
HexAADDBA17010D8b2b4d
Octal252335272270201521353115
Binary101010101101110110111010101110100001101100010111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDBA; }

 p { color: rgb(170,221,186); }

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

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

 a { background-color: rgb(170,221,186); }

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

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

 span { border-color: rgb(170,221,186); }

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