#ADBBA6

Color #ADBBA6 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #ADBBA6

Tints of Spring Rain #ADBBA6

Color information

#ADBBA6 (or 0xADBBA6) is unknown color: approx Spring Rain. HEX triplet: AD, BB and A6. RGB value is (173,187,166). Sum of RGB (Red+Green+Blue) = 173+187+166=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA6 is #524459. Grayscale: #B4B4B4. Windows color (decimal): -5391450 or 10927021. OLE color: 10927021.

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

Color convert

RGB173187166-
CMYK0.0700.110.27
HSL100º13.38%69.22%-
HSV(B)100º11.23%73.33%-
XYZ41.8947.1842.98-
YUV180.42119.86122.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=32.89%
G=35.55%
B=31.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871660.0700.110.2710013.3869.22
HexADBBA670B1B64d45
Octal25527324670133314415105
Binary1010110110111011101001101110101111011110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBA6; }

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

 H1.HeaderClassName
 {
   color: #ADBBA6;
 }
 .AnyTagClassName
 {
   color: #ADBBA6;
 }
</style>
background-color css

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

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

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

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

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

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