#ADBDA7

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

Shades of Spring Rain #ADBDA7

Tints of Spring Rain #ADBDA7

Color information

#ADBDA7 (or 0xADBDA7) is unknown color: approx Spring Rain. HEX triplet: AD, BD and A7. RGB value is (173,189,167). Sum of RGB (Red+Green+Blue) = 173+189+167=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA7 is #524258. Grayscale: #B5B5B5. Windows color (decimal): -5390937 or 10993069. OLE color: 10993069.

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

Color convert

RGB173189167-
CMYK0.0800.120.26
HSL103.64º14.29%69.8%-
HSV(B)103.64º11.64%74.12%-
XYZ42.4148.0743.6-
YUV181.71119.7121.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 167 (65.62% from 255) = 31.57%
R=32.70%
G=35.73%
B=31.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891670.0800.120.26103.6414.2969.8
HexADBDA780C1A68e46
Octal255275247100143215016106
Binary10101101101111011010011110000110011010110100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDA7; }

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

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

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

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

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

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

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

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