#AAE7BD

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

Shades of Fringy Flower #AAE7BD

Tints of Fringy Flower #AAE7BD

Color information

#AAE7BD (or 0xAAE7BD) is unknown color: approx Fringy Flower. HEX triplet: AA, E7 and BD. RGB value is (170,231,189). Sum of RGB (Red+Green+Blue) = 170+231+189=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7BD is #551842. Grayscale: #D0D0D0. Windows color (decimal): -5576771 or 12445610. OLE color: 12445610.

HSL color Cylindrical-coordinate representation of color #AAE7BD: hue angle of 138.69º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7BD is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB170231189-
CMYK0.2600.180.09
HSL138.69º55.96%78.63%-
HSV(B)138.69º26.41%90.59%-
XYZ54.3469.3758.67-
YUV207.97117.29100.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 231 (90.62% from 255) = 39.15%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=28.81%
G=39.15%
B=32.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311890.2600.180.09138.6955.9678.63
HexAAE7BD1A01298b384f
Octal252347275320221121370117
Binary101010101110011110111101110100100101001100010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE7BD; }

 p { color: rgb(170,231,189); }

 H1.HeaderClassName
 {
   color: #AAE7BD;
 }
 .AnyTagClassName
 {
   color: #AAE7BD;
 }
</style>
background-color css

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

 a { background-color: rgb(170,231,189); }

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

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

 span { border-color: rgb(170,231,189); }

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