#AAFFBC

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

Shades of Fringy Flower #AAFFBC

Tints of Fringy Flower #AAFFBC

Color information

#AAFFBC (or 0xAAFFBC) is unknown color: approx Fringy Flower. HEX triplet: AA, FF and BC. RGB value is (170,255,188). Sum of RGB (Red+Green+Blue) = 170+255+188=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFBC is #550043. Grayscale: #DEDEDE. Windows color (decimal): -5570628 or 12386218. OLE color: 12386218.

HSL color Cylindrical-coordinate representation of color #AAFFBC: hue angle of 132.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFBC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB170255188-
CMYK0.3300.260
HSL132.71º100%83.33%-
HSV(B)132.71º33.33%100%-
XYZ61.4183.760.5-
YUV221.95108.8490.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 255 (100% from 255) = 41.60%
BLUE value IS 188 (73.83% from 255) = 30.67%
R=27.73%
G=41.60%
B=30.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551880.3300.260132.7110083.33
HexAAFFBC2101A0856453
Octal252377274410320205144123
Binary10101010111111111011110010000101101001000010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFBC; }

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

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

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

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

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

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

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

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