#AADFBA

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

Shades of Fringy Flower #AADFBA

Tints of Fringy Flower #AADFBA

Color information

#AADFBA (or 0xAADFBA) is unknown color: approx Fringy Flower. HEX triplet: AA, DF and BA. RGB value is (170,223,186). Sum of RGB (Red+Green+Blue) = 170+223+186=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFBA is #552045. Grayscale: #CBCBCB. Windows color (decimal): -5578822 or 12246954. OLE color: 12246954.

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

Color convert

RGB170223186-
CMYK0.2400.170.13
HSL138.11º45.3%77.06%-
HSV(B)138.11º23.77%87.45%-
XYZ51.8364.8756.24-
YUV202.94118.44104.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=29.36%
G=38.51%
B=32.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231860.2400.170.13138.1145.377.06
HexAADFBA18011D8a2d4d
Octal252337272300211521255115
Binary101010101101111110111010110000100011101100010101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFBA; }

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

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

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

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

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

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

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

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