Html Css Color HEX #ADBDA2 Spring Rain

📋 copy color: '#ADBDA2'

red 173 ◦ green 189 ◦ blue 162

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

Shades of Spring Rain #ADBDA2

Tints of Spring Rain #ADBDA2

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 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

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

RGB 173 189 162 -
CMYK 0.08 0 0.14 0.26
HSL 95.56º 0.17% 0.69% -
HSV(B) 95.56º 0.14% 0.74% -
XYZ 41.95 47.89 41.21 -
YUV 181.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 173 189 162 0.08 0 0.14 0.26 95.56 0.17 0.69
Hex AD BD A2 8 0 E 1A 60 11 45
Octal 255 275 242 10 0 16 32 140 21 105
Binary 10101101 10111101 10100010 1000 0 1110 11010 1100000 10001 1000101

Color Harmonies of #ADBDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDA2

Black with #ADBDA2

Text Example


Text Example

White with #ADBDA2

Text Example


Text Example

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