Html Css Color HEX #ADBDA4 Spring Rain

📋 copy color: '#ADBDA4'

red 173 ◦ green 189 ◦ blue 164

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

Shades of Spring Rain #ADBDA4

Tints of Spring Rain #ADBDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.18%

R = 32.89%
G = 35.93%
B = 31.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#ADBDA4 (or 0xADBDA4) is known color: Spring Rain. HEX triplet: AD, BD and A4. RGB value is (173,189,164). Sum of RGB (Red+Green+Blue) = 173+189+164=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA4 is #52425B. Grayscale: #B5B5B5. Windows color (decimal): -5390940 or 10796461. OLE color: 10796461.

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

Color convert

RGB 173 189 164 -
CMYK 0.08 0 0.13 0.26
HSL 98.4º 0.16% 0.69% -
HSV(B) 98.4º 0.13% 0.74% -
XYZ 42.13 47.96 42.16 -
YUV 181.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 173 189 164 0.08 0 0.13 0.26 98.4 0.16 0.69
Hex AD BD A4 8 0 D 1A 62 10 45
Octal 255 275 244 10 0 15 32 142 20 105
Binary 10101101 10111101 10100100 1000 0 1101 11010 1100010 10000 1000101

Color Harmonies of #ADBDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDA4

Black with #ADBDA4

Text Example


Text Example

White with #ADBDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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