#AADFBE

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

Shades of Fringy Flower #AADFBE

Tints of Fringy Flower #AADFBE

Color information

#AADFBE (or 0xAADFBE) is unknown color: approx Fringy Flower. HEX triplet: AA, DF and BE. RGB value is (170,223,190). Sum of RGB (Red+Green+Blue) = 170+223+190=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFBE is #552041. Grayscale: #CBCBCB. Windows color (decimal): -5578818 or 12509098. OLE color: 12509098.

HSL color Cylindrical-coordinate representation of color #AADFBE: hue angle of 142.64º 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 #AADFBE is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB170223190-
CMYK0.2400.150.13
HSL142.64º45.3%77.06%-
HSV(B)142.64º23.77%87.45%-
XYZ52.2665.0458.51-
YUV203.39120.44104.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 223 (87.5% from 255) = 38.25%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=29.16%
G=38.25%
B=32.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231900.2400.150.13142.6445.377.06
HexAADFBE180FD8f2d4d
Octal252337276300171521755115
Binary10101010110111111011111011000011111101100011111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFBE; }

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

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

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

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

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

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

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

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