Html Css Color HEX #AED8BA Fringy Flower

📋 copy color: '#AED8BA'

red 174 ◦ green 216 ◦ blue 186

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

Shades of Fringy Flower #AED8BA

Tints of Fringy Flower #AED8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.5%

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 30.21%
G = 37.5%
B = 32.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#AED8BA (or 0xAED8BA) is known color: Fringy Flower. HEX triplet: AE, D8 and BA. RGB value is (174,216,186). Sum of RGB (Red+Green+Blue) = 174+216+186=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8BA is #512745. Grayscale: #C8C8C8. Windows color (decimal): -5318470 or 12245166. OLE color: 12245166.

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

Color convert

RGB 174 216 186 -
CMYK 0.19 0 0.14 0.15
HSL 137.14º 0.35% 0.76% -
HSV(B) 137.14º 0.19% 0.85% -
XYZ 50.87 61.66 55.67 -
YUV 200.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 174 216 186 0.19 0 0.14 0.15 137.14 0.35 0.76
Hex AE D8 BA 13 0 E F 89 23 4C
Octal 256 330 272 23 0 16 17 211 43 114
Binary 10101110 11011000 10111010 10011 0 1110 1111 10001001 100011 1001100

Color Harmonies of #AED8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8BA

Black with #AED8BA

Text Example


Text Example

White with #AED8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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