#AADBB4

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

Shades of Fringy Flower #AADBB4

Tints of Fringy Flower #AADBB4

Color information

#AADBB4 (or 0xAADBB4) is unknown color: approx Fringy Flower. HEX triplet: AA, DB and B4. RGB value is (170,219,180). Sum of RGB (Red+Green+Blue) = 170+219+180=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBB4 is #55244B. Grayscale: #C8C8C8. Windows color (decimal): -5579852 or 11852714. OLE color: 11852714.

HSL color Cylindrical-coordinate representation of color #AADBB4: hue angle of 132.24º 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 #AADBB4 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB170219180-
CMYK0.2200.180.14
HSL132.24º40.5%76.27%-
HSV(B)132.24º22.37%85.88%-
XYZ50.1562.552.6-
YUV199.9116.77106.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=29.88%
G=38.49%
B=31.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702191800.2200.180.14132.2440.576.27
HexAADBB416012E84284c
Octal252333264260221620450114
Binary101010101101101110110100101100100101110100001001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBB4; }

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

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

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

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

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

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

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

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