#AED8BC

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

Shades of Fringy Flower #AED8BC

Tints of Fringy Flower #AED8BC

Color information

#AED8BC (or 0xAED8BC) is unknown color: approx Fringy Flower. HEX triplet: AE, D8 and BC. RGB value is (174,216,188). Sum of RGB (Red+Green+Blue) = 174+216+188=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8BC is #512743. Grayscale: #C8C8C8. Windows color (decimal): -5318468 or 12376238. OLE color: 12376238.

HSL color Cylindrical-coordinate representation of color #AED8BC: hue angle of 140º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED8BC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB174216188-
CMYK0.1900.130.15
HSL140º35%76.47%-
HSV(B)140º19.44%84.71%-
XYZ51.0961.7456.8-
YUV200.25121.09109.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.10%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=30.10%
G=37.37%
B=32.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161880.1900.130.151403576.47
HexAED8BC130DF8c234c
Octal256330274230151721443114
Binary10101110110110001011110010011011011111100011001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED8BC; }

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

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

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

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

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

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

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

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