#ADBFA2

Color #ADBFA2 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ADBFA2

Tints of Spring Rain #ADBFA2

Color information

#ADBFA2 (or 0xADBFA2) is unknown color: approx Spring Rain. HEX triplet: AD, BF and A2. RGB value is (173,191,162). Sum of RGB (Red+Green+Blue) = 173+191+162=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFA2 is #52405D. Grayscale: #B6B6B6. Windows color (decimal): -5390430 or 10665901. OLE color: 10665901.

HSL color Cylindrical-coordinate representation of color #ADBFA2: hue angle of 97.24º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBFA2 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB173191162-
CMYK0.0900.150.25
HSL97.24º18.47%69.22%-
HSV(B)97.24º15.18%74.9%-
XYZ42.3948.7541.36-
YUV182.31116.54121.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=32.89%
G=36.31%
B=30.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731911620.0900.150.2597.2418.4769.22
HexADBFA290F19611245
Octal255277242110173114122105
Binary101011011011111110100010100101111110011100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFA2; }

 p { color: rgb(173,191,162); }

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

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

 a { background-color: rgb(173,191,162); }

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

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

 span { border-color: rgb(173,191,162); }

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