Html Css Color HEX #ADBBA5 Spring Rain

📋 copy color: '#ADBBA5'

red 173 ◦ green 187 ◦ blue 165

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

Shades of Spring Rain #ADBBA5

Tints of Spring Rain #ADBBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

 BLUE value IS 165 (64.84% from 255) = 31.43%

R = 32.95%
G = 35.62%
B = 31.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#ADBBA5 (or 0xADBBA5) is known color: Spring Rain. HEX triplet: AD, BB and A5. RGB value is (173,187,165). Sum of RGB (Red+Green+Blue) = 173+187+165=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA5 is #52445A. Grayscale: #B4B4B4. Windows color (decimal): -5391451 or 10861485. OLE color: 10861485.

HSL color Cylindrical-coordinate representation of color #ADBBA5: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBBA5 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 165 -
CMYK 0.07 0 0.12 0.27
HSL 98.18º 0.14% 0.69% -
HSV(B) 98.18º 0.12% 0.73% -
XYZ 41.8 47.14 42.49 -
YUV 180.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 173 187 165 0.07 0 0.12 0.27 98.18 0.14 0.69
Hex AD BB A5 7 0 C 1B 62 E 45
Octal 255 273 245 7 0 14 33 142 16 105
Binary 10101101 10111011 10100101 111 0 1100 11011 1100010 1110 1000101

Color Harmonies of #ADBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBA5

Black with #ADBBA5

Text Example


Text Example

White with #ADBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBA5; }

 p { color: rgb(173,187,165); }

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

background-color css

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

 a { background-color: rgb(173,187,165); }

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

border-color css

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

 span { border-color: rgb(173,187,165); }

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