#AADFBB

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

Shades of Fringy Flower #AADFBB

Tints of Fringy Flower #AADFBB

Color information

#AADFBB (or 0xAADFBB) is unknown color: approx Fringy Flower. HEX triplet: AA, DF and BB. RGB value is (170,223,187). Sum of RGB (Red+Green+Blue) = 170+223+187=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFBB is #552044. Grayscale: #CBCBCB. Windows color (decimal): -5578821 or 12312490. OLE color: 12312490.

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

Color convert

RGB170223187-
CMYK0.2400.160.13
HSL139.25º45.3%77.06%-
HSV(B)139.25º23.77%87.45%-
XYZ51.9364.9156.81-
YUV203.05118.94104.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=29.31%
G=38.45%
B=32.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231870.2400.160.13139.2545.377.06
HexAADFBB18010D8b2d4d
Octal252337273300201521355115
Binary101010101101111110111011110000100001101100010111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFBB; }

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

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

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

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

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

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

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

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