Html Css Color HEX #AEDCB6 Fringy Flower

📋 copy color: '#AEDCB6'

red 174 ◦ green 220 ◦ blue 182

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

Shades of Fringy Flower #AEDCB6

Tints of Fringy Flower #AEDCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.6%

R = 30.21%
G = 38.19%
B = 31.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#AEDCB6 (or 0xAEDCB6) is known color: Fringy Flower. HEX triplet: AE, DC and B6. RGB value is (174,220,182). Sum of RGB (Red+Green+Blue) = 174+220+182=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCB6 is #512349. Grayscale: #CACACA. Windows color (decimal): -5317450 or 11984046. OLE color: 11984046.

HSL color Cylindrical-coordinate representation of color #AEDCB6: hue angle of 130.43º 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 #AEDCB6 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 182 -
CMYK 0.21 0 0.17 0.14
HSL 130.43º 0.4% 0.77% -
HSV(B) 130.43º 0.21% 0.86% -
XYZ 51.49 63.56 53.81 -
YUV 201.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 174 220 182 0.21 0 0.17 0.14 130.43 0.4 0.77
Hex AE DC B6 15 0 11 E 82 28 4D
Octal 256 334 266 25 0 21 16 202 50 115
Binary 10101110 11011100 10110110 10101 0 10001 1110 10000010 101000 1001101

Color Harmonies of #AEDCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCB6

Black with #AEDCB6

Text Example


Text Example

White with #AEDCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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