#ADBDA2

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

Shades of Spring Rain #ADBDA2

Tints of Spring Rain #ADBDA2

Color information

#ADBDA2 (or 0xADBDA2) is unknown color: approx Spring Rain. HEX triplet: AD, BD and A2. RGB value is (173,189,162). Sum of RGB (Red+Green+Blue) = 173+189+162=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA2 is #52425D. Grayscale: #B5B5B5. Windows color (decimal): -5390942 or 10665389. OLE color: 10665389.

HSL color Cylindrical-coordinate representation of color #ADBDA2: hue angle of 95.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBDA2 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB173189162-
CMYK0.0800.140.26
HSL95.56º16.98%68.82%-
HSV(B)95.56º14.29%74.12%-
XYZ41.9547.8941.21-
YUV181.14117.2122.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 162 (63.67% from 255) = 30.92%
R=33.02%
G=36.07%
B=30.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891620.0800.140.2695.5616.9868.82
HexADBDA280E1A601145
Octal255275242100163214021105
Binary101011011011110110100010100001110110101100000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDA2; }

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

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

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

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

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

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

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

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