#AED9BC

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

Shades of Fringy Flower #AED9BC

Tints of Fringy Flower #AED9BC

Color information

#AED9BC (or 0xAED9BC) is unknown color: approx Fringy Flower. HEX triplet: AE, D9 and BC. RGB value is (174,217,188). Sum of RGB (Red+Green+Blue) = 174+217+188=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9BC is #512643. Grayscale: #C8C8C8. Windows color (decimal): -5318212 or 12376494. OLE color: 12376494.

HSL color Cylindrical-coordinate representation of color #AED9BC: hue angle of 139.53º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9BC is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB174217188-
CMYK0.2000.130.15
HSL139.53º36.13%76.67%-
HSV(B)139.53º19.82%85.1%-
XYZ51.3562.2656.89-
YUV200.84120.75108.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.05%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=30.05%
G=37.48%
B=32.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171880.2000.130.15139.5336.1376.67
HexAED9BC140DF8c244d
Octal256331274240151721444115
Binary10101110110110011011110010100011011111100011001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED9BC; }

 p { color: rgb(174,217,188); }

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

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

 a { background-color: rgb(174,217,188); }

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

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

 span { border-color: rgb(174,217,188); }

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