Html Css Color HEX #AAE4BC Fringy Flower

📋 copy color: '#AAE4BC'

red 170 ◦ green 228 ◦ blue 188

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

Shades of Fringy Flower #AAE4BC

Tints of Fringy Flower #AAE4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.91%

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

R = 29.01%
G = 38.91%
B = 32.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#AAE4BC (or 0xAAE4BC) is known color: Fringy Flower. HEX triplet: AA, E4 and BC. RGB value is (170,228,188). Sum of RGB (Red+Green+Blue) = 170+228+188=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4BC is #551B43. Grayscale: #CECECE. Windows color (decimal): -5577540 or 12379306. OLE color: 12379306.

HSL color Cylindrical-coordinate representation of color #AAE4BC: hue angle of 138.62º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE4BC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 188 -
CMYK 0.25 0 0.18 0.11
HSL 138.62º 0.52% 0.78% -
HSV(B) 138.62º 0.25% 0.89% -
XYZ 53.4 67.66 57.82 -
YUV 206.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 170 228 188 0.25 0 0.18 0.11 138.62 0.52 0.78
Hex AA E4 BC 19 0 12 B 8B 34 4E
Octal 252 344 274 31 0 22 13 213 64 116
Binary 10101010 11100100 10111100 11001 0 10010 1011 10001011 110100 1001110

Color Harmonies of #AAE4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4BC

Black with #AAE4BC

Text Example


Text Example

White with #AAE4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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