Html Css Color HEX #AED8BD Fringy Flower

📋 copy color: '#AED8BD'

red 174 ◦ green 216 ◦ blue 189

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

Shades of Fringy Flower #AED8BD

Tints of Fringy Flower #AED8BD

RGB

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

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

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

R = 30.05%
G = 37.31%
B = 32.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#AED8BD (or 0xAED8BD) is known color: Fringy Flower. HEX triplet: AE, D8 and BD. RGB value is (174,216,189). Sum of RGB (Red+Green+Blue) = 174+216+189=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #AED8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8BD is #512742. Grayscale: #C8C8C8. Windows color (decimal): -5318467 or 12441774. OLE color: 12441774.

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

Color convert

RGB 174 216 189 -
CMYK 0.19 0 0.12 0.15
HSL 141.43º 0.35% 0.76% -
HSV(B) 141.43º 0.19% 0.85% -
XYZ 51.2 61.78 57.37 -
YUV 200.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 174 216 189 0.19 0 0.12 0.15 141.43 0.35 0.76
Hex AE D8 BD 13 0 C F 8D 23 4C
Octal 256 330 275 23 0 14 17 215 43 114
Binary 10101110 11011000 10111101 10011 0 1100 1111 10001101 100011 1001100

Color Harmonies of #AED8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8BD

Black with #AED8BD

Text Example


Text Example

White with #AED8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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