Html Css Color HEX #AEDABC Fringy Flower

📋 copy color: '#AEDABC'

red 174 ◦ green 218 ◦ blue 188

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

Shades of Fringy Flower #AEDABC

Tints of Fringy Flower #AEDABC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 30%
G = 37.59%
B = 32.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#AEDABC (or 0xAEDABC) is known color: Fringy Flower. HEX triplet: AE, DA and BC. RGB value is (174,218,188). Sum of RGB (Red+Green+Blue) = 174+218+188=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDABC is #512543. Grayscale: #C9C9C9. Windows color (decimal): -5317956 or 12376750. OLE color: 12376750.

HSL color Cylindrical-coordinate representation of color #AEDABC: hue angle of 139.09º degrees, saturation: 0.37, 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 #AEDABC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 188 -
CMYK 0.20 0 0.14 0.15
HSL 139.09º 0.37% 0.77% -
HSV(B) 139.09º 0.2% 0.85% -
XYZ 51.6 62.77 56.97 -
YUV 201.42 120.42 108.44 -
System Red Green Blue C M Y K H S L
Decimal 174 218 188 0.20 0 0.14 0.15 139.09 0.37 0.77
Hex AE DA BC 14 0 E F 8B 25 4D
Octal 256 332 274 24 0 16 17 213 45 115
Binary 10101110 11011010 10111100 10100 0 1110 1111 10001011 100101 1001101

Color Harmonies of #AEDABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDABC

Black with #AEDABC

Text Example


Text Example

White with #AEDABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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