Html Css Color HEX #AAEDBC Fringy Flower

📋 copy color: '#AAEDBC'

red 170 ◦ green 237 ◦ blue 188

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

Shades of Fringy Flower #AAEDBC

Tints of Fringy Flower #AAEDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.83%

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

R = 28.57%
G = 39.83%
B = 31.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#AAEDBC (or 0xAAEDBC) is known color: Fringy Flower. HEX triplet: AA, ED and BC. RGB value is (170,237,188). Sum of RGB (Red+Green+Blue) = 170+237+188=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDBC is #551243. Grayscale: #D3D3D3. Windows color (decimal): -5575236 or 12381610. OLE color: 12381610.

HSL color Cylindrical-coordinate representation of color #AAEDBC: hue angle of 136.12º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDBC is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 188 -
CMYK 0.28 0 0.21 0.07
HSL 136.12º 0.65% 0.8% -
HSV(B) 136.12º 0.28% 0.93% -
XYZ 55.94 72.75 58.67 -
YUV 211.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 170 237 188 0.28 0 0.21 0.07 136.12 0.65 0.8
Hex AA ED BC 1C 0 15 7 88 41 50
Octal 252 355 274 34 0 25 7 210 101 120
Binary 10101010 11101101 10111100 11100 0 10101 111 10001000 1000001 1010000

Color Harmonies of #AAEDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDBC

Black with #AAEDBC

Text Example


Text Example

White with #AAEDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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