Html Css Color HEX #ADBDA7 Spring Rain

📋 copy color: '#ADBDA7'

red 173 ◦ green 189 ◦ blue 167

#ADBDA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #ADBDA7

Tints of Spring Rain #ADBDA7

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

 GREEN value IS 189 (74.22% from 255) = 35.73%

 BLUE value IS 167 (65.63% from 255) = 31.57%

R = 32.7%
G = 35.73%
B = 31.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#ADBDA7 (or 0xADBDA7) is known color: 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

RGB 173 189 167 -
CMYK 0.08 0 0.12 0.26
HSL 103.64º 0.14% 0.7% -
HSV(B) 103.64º 0.12% 0.74% -
XYZ 42.41 48.07 43.6 -
YUV 181.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 173 189 167 0.08 0 0.12 0.26 103.64 0.14 0.7
Hex AD BD A7 8 0 C 1A 68 E 46
Octal 255 275 247 10 0 14 32 150 16 106
Binary 10101101 10111101 10100111 1000 0 1100 11010 1101000 1110 1000110

Color Harmonies of #ADBDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDA7

Black with #ADBDA7

Text Example


Text Example

White with #ADBDA7

Text Example


Text Example

HTML Codes & Css Web 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>