Html Css Color HEX #AEDCBE Fringy Flower

📋 copy color: '#AEDCBE'

red 174 ◦ green 220 ◦ blue 190

#AEDCBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AEDCBE

Tints of Fringy Flower #AEDCBE

RGB

 RED value IS 174 (68.36% from 255) = 29.79%

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 190 (74.61% from 255) = 32.53%

R = 29.79%
G = 37.67%
B = 32.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#AEDCBE (or 0xAEDCBE) is known color: Fringy Flower. HEX triplet: AE, DC and BE. RGB value is (174,220,190). Sum of RGB (Red+Green+Blue) = 174+220+190=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCBE is #512341. Grayscale: #CACACA. Windows color (decimal): -5317442 or 12508334. OLE color: 12508334.

HSL color Cylindrical-coordinate representation of color #AEDCBE: hue angle of 140.87º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCBE is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 190 -
CMYK 0.21 0 0.14 0.14
HSL 140.87º 0.4% 0.77% -
HSV(B) 140.87º 0.21% 0.86% -
XYZ 52.34 63.9 58.29 -
YUV 202.83 120.76 107.44 -
System Red Green Blue C M Y K H S L
Decimal 174 220 190 0.21 0 0.14 0.14 140.87 0.4 0.77
Hex AE DC BE 15 0 E E 8D 28 4D
Octal 256 334 276 25 0 16 16 215 50 115
Binary 10101110 11011100 10111110 10101 0 1110 1110 10001101 101000 1001101

Color Harmonies of #AEDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCBE

Black with #AEDCBE

Text Example


Text Example

White with #AEDCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCBE; }

 p { color: rgb(174,220,190); }

 H1.HeaderClassName
 {
   color: #AEDCBE;
 }
 .AnyTagClassName
 {
   color: #AEDCBE;
 }
</style>

background-color css

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

 a { background-color: rgb(174,220,190); }

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

border-color css

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

 span { border-color: rgb(174,220,190); }

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