Html Css Color HEX #AADEBA Fringy Flower

📋 copy color: '#AADEBA'

red 170 ◦ green 222 ◦ blue 186

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

Shades of Fringy Flower #AADEBA

Tints of Fringy Flower #AADEBA

RGB

 RED value IS 170 (66.8% from 255) = 29.41%

 GREEN value IS 222 (87.11% from 255) = 38.41%

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

R = 29.41%
G = 38.41%
B = 32.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AADEBA (or 0xAADEBA) is known color: Fringy Flower. HEX triplet: AA, DE and BA. RGB value is (170,222,186). Sum of RGB (Red+Green+Blue) = 170+222+186=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEBA is #552145. Grayscale: #CACACA. Windows color (decimal): -5579078 or 12246698. OLE color: 12246698.

HSL color Cylindrical-coordinate representation of color #AADEBA: hue angle of 138.46º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEBA is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 186 -
CMYK 0.23 0 0.16 0.13
HSL 138.46º 0.44% 0.77% -
HSV(B) 138.46º 0.23% 0.87% -
XYZ 51.56 64.33 56.15 -
YUV 202.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 170 222 186 0.23 0 0.16 0.13 138.46 0.44 0.77
Hex AA DE BA 17 0 10 D 8A 2C 4D
Octal 252 336 272 27 0 20 15 212 54 115
Binary 10101010 11011110 10111010 10111 0 10000 1101 10001010 101100 1001101

Color Harmonies of #AADEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEBA

Black with #AADEBA

Text Example


Text Example

White with #AADEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEBA; }

 p { color: rgb(170,222,186); }

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

background-color css

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

 a { background-color: rgb(170,222,186); }

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

border-color css

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

 span { border-color: rgb(170,222,186); }

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