#AEDFBC

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

Shades of Fringy Flower #AEDFBC

Tints of Fringy Flower #AEDFBC

Color information

#AEDFBC (or 0xAEDFBC) is unknown color: approx Fringy Flower. HEX triplet: AE, DF and BC. RGB value is (174,223,188). Sum of RGB (Red+Green+Blue) = 174+223+188=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFBC is #512043. Grayscale: #CCCCCC. Windows color (decimal): -5316676 or 12378030. OLE color: 12378030.

HSL color Cylindrical-coordinate representation of color #AEDFBC: hue angle of 137.14º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFBC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB174223188-
CMYK0.2200.160.13
HSL137.14º43.36%77.84%-
HSV(B)137.14º21.97%87.45%-
XYZ52.9265.457.41-
YUV204.36118.77106.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=29.74%
G=38.12%
B=32.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742231880.2200.160.13137.1443.3677.84
HexAEDFBC16010D892b4e
Octal256337274260201521153116
Binary101011101101111110111100101100100001101100010011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDFBC; }

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

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

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

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

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

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

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

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