Html Css Color HEX #ADBDA3 Spring Rain

📋 copy color: '#ADBDA3'

red 173 ◦ green 189 ◦ blue 163

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

Shades of Spring Rain #ADBDA3

Tints of Spring Rain #ADBDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.05%

R = 32.95%
G = 36%
B = 31.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#ADBDA3 (or 0xADBDA3) is known color: Spring Rain. HEX triplet: AD, BD and A3. RGB value is (173,189,163). Sum of RGB (Red+Green+Blue) = 173+189+163=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA3 is #52425C. Grayscale: #B5B5B5. Windows color (decimal): -5390941 or 10730925. OLE color: 10730925.

HSL color Cylindrical-coordinate representation of color #ADBDA3: hue angle of 96.92º degrees, saturation: 0.16, 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 #ADBDA3 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 163 -
CMYK 0.08 0 0.14 0.26
HSL 96.92º 0.16% 0.69% -
HSV(B) 96.92º 0.14% 0.74% -
XYZ 42.04 47.92 41.68 -
YUV 181.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 173 189 163 0.08 0 0.14 0.26 96.92 0.16 0.69
Hex AD BD A3 8 0 E 1A 61 10 45
Octal 255 275 243 10 0 16 32 141 20 105
Binary 10101101 10111101 10100011 1000 0 1110 11010 1100001 10000 1000101

Color Harmonies of #ADBDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDA3

Black with #ADBDA3

Text Example


Text Example

White with #ADBDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDA3; }

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

 H1.HeaderClassName
 {
   color: #ADBDA3;
 }
 .AnyTagClassName
 {
   color: #ADBDA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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