Html Css Color HEX #AADEBC Fringy Flower

📋 copy color: '#AADEBC'

red 170 ◦ green 222 ◦ blue 188

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

Shades of Fringy Flower #AADEBC

Tints of Fringy Flower #AADEBC

RGB

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

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

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

R = 29.31%
G = 38.28%
B = 32.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#AADEBC (or 0xAADEBC) is known color: Fringy Flower. HEX triplet: AA, DE and BC. RGB value is (170,222,188). Sum of RGB (Red+Green+Blue) = 170+222+188=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEBC is #552143. Grayscale: #CACACA. Windows color (decimal): -5579076 or 12377770. OLE color: 12377770.

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

Color convert

RGB 170 222 188 -
CMYK 0.23 0 0.15 0.13
HSL 140.77º 0.44% 0.77% -
HSV(B) 140.77º 0.23% 0.87% -
XYZ 51.78 64.42 57.28 -
YUV 202.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 170 222 188 0.23 0 0.15 0.13 140.77 0.44 0.77
Hex AA DE BC 17 0 F D 8D 2C 4D
Octal 252 336 274 27 0 17 15 215 54 115
Binary 10101010 11011110 10111100 10111 0 1111 1101 10001101 101100 1001101

Color Harmonies of #AADEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEBC

Black with #AADEBC

Text Example


Text Example

White with #AADEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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