#AAEBBC

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

Shades of Fringy Flower #AAEBBC

Tints of Fringy Flower #AAEBBC

Color information

#AAEBBC (or 0xAAEBBC) is unknown color: approx Fringy Flower. HEX triplet: AA, EB and BC. RGB value is (170,235,188). Sum of RGB (Red+Green+Blue) = 170+235+188=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBBC is #551443. Grayscale: #D2D2D2. Windows color (decimal): -5575748 or 12381098. OLE color: 12381098.

HSL color Cylindrical-coordinate representation of color #AAEBBC: hue angle of 136.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBBC is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB170235188-
CMYK0.2800.20.08
HSL136.62º61.9%79.41%-
HSV(B)136.62º27.66%92.16%-
XYZ55.3671.5958.48-
YUV210.21115.4799.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=28.67%
G=39.63%
B=31.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351880.2800.20.08136.6261.979.41
HexAAEBBC1C0148893e4f
Octal252353274340241021176117
Binary101010101110101110111100111000101001000100010011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBBC; }

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

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

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

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

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

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

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

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