#AAE4BC

Color #AAE4BC Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AAE4BC

Tints of Fringy Flower #AAE4BC

Color information

#AAE4BC (or 0xAAE4BC) is unknown color: approx 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

RGB170228188-
CMYK0.2500.180.11
HSL138.62º51.79%78.04%-
HSV(B)138.62º25.44%89.41%-
XYZ53.467.6657.82-
YUV206.1117.78102.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702281880.2500.180.11138.6251.7978.04
HexAAE4BC19012B8b344e
Octal252344274310221321364116
Binary101010101110010010111100110010100101011100010111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>