Html Css Color HEX #ADBBA4 Spring Rain

📋 copy color: '#ADBBA4'

red 173 ◦ green 187 ◦ blue 164

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

Shades of Spring Rain #ADBBA4

Tints of Spring Rain #ADBBA4

RGB

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

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

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

R = 33.02%
G = 35.69%
B = 31.3%

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

#ADBBA4 (or 0xADBBA4) is known color: Spring Rain. HEX triplet: AD, BB and A4. RGB value is (173,187,164). Sum of RGB (Red+Green+Blue) = 173+187+164=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA4 is #52445B. Grayscale: #B4B4B4. Windows color (decimal): -5391452 or 10795949. OLE color: 10795949.

HSL color Cylindrical-coordinate representation of color #ADBBA4: hue angle of 96.52º 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 #ADBBA4 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 164 -
CMYK 0.07 0 0.12 0.27
HSL 96.52º 0.14% 0.69% -
HSV(B) 96.52º 0.12% 0.73% -
XYZ 41.7 47.11 42.02 -
YUV 180.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 173 187 164 0.07 0 0.12 0.27 96.52 0.14 0.69
Hex AD BB A4 7 0 C 1B 61 E 45
Octal 255 273 244 7 0 14 33 141 16 105
Binary 10101101 10111011 10100100 111 0 1100 11011 1100001 1110 1000101

Color Harmonies of #ADBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBA4

Black with #ADBBA4

Text Example


Text Example

White with #ADBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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