Html Css Color HEX #AED9BD Fringy Flower

📋 copy color: '#AED9BD'

red 174 ◦ green 217 ◦ blue 189

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

Shades of Fringy Flower #AED9BD

Tints of Fringy Flower #AED9BD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

 BLUE value IS 189 (74.22% from 255) = 32.59%

R = 30%
G = 37.41%
B = 32.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#AED9BD (or 0xAED9BD) is known color: Fringy Flower. HEX triplet: AE, D9 and BD. RGB value is (174,217,189). Sum of RGB (Red+Green+Blue) = 174+217+189=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9BD is #512642. Grayscale: #C9C9C9. Windows color (decimal): -5318211 or 12442030. OLE color: 12442030.

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

Color convert

RGB 174 217 189 -
CMYK 0.20 0 0.13 0.15
HSL 140.93º 0.36% 0.77% -
HSV(B) 140.93º 0.2% 0.85% -
XYZ 51.45 62.3 57.46 -
YUV 200.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 174 217 189 0.20 0 0.13 0.15 140.93 0.36 0.77
Hex AE D9 BD 14 0 D F 8D 24 4D
Octal 256 331 275 24 0 15 17 215 44 115
Binary 10101110 11011001 10111101 10100 0 1101 1111 10001101 100100 1001101

Color Harmonies of #AED9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9BD

Black with #AED9BD

Text Example


Text Example

White with #AED9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9BD; }

 p { color: rgb(174,217,189); }

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

background-color css

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

 a { background-color: rgb(174,217,189); }

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

border-color css

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

 span { border-color: rgb(174,217,189); }

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