#AADBB5

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

Shades of Fringy Flower #AADBB5

Tints of Fringy Flower #AADBB5

Color information

#AADBB5 (or 0xAADBB5) is unknown color: approx Fringy Flower. HEX triplet: AA, DB and B5. RGB value is (170,219,181). Sum of RGB (Red+Green+Blue) = 170+219+181=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBB5 is #55244A. Grayscale: #C8C8C8. Windows color (decimal): -5579851 or 11918250. OLE color: 11918250.

HSL color Cylindrical-coordinate representation of color #AADBB5: hue angle of 133.47º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADBB5 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB170219181-
CMYK0.2200.170.14
HSL133.47º40.5%76.27%-
HSV(B)133.47º22.37%85.88%-
XYZ50.2562.5553.14-
YUV200.02117.27106.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=29.82%
G=38.42%
B=31.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702191810.2200.170.14133.4740.576.27
HexAADBB516011E85284c
Octal252333265260211620550114
Binary101010101101101110110101101100100011110100001011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBB5; }

 p { color: rgb(170,219,181); }

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

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

 a { background-color: rgb(170,219,181); }

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

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

 span { border-color: rgb(170,219,181); }

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