#ADBDA6

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

Shades of Spring Rain #ADBDA6

Tints of Spring Rain #ADBDA6

Color information

#ADBDA6 (or 0xADBDA6) is unknown color: approx Spring Rain. HEX triplet: AD, BD and A6. RGB value is (173,189,166). Sum of RGB (Red+Green+Blue) = 173+189+166=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA6 is #524259. Grayscale: #B5B5B5. Windows color (decimal): -5390938 or 10927533. OLE color: 10927533.

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

Color convert

RGB173189166-
CMYK0.0800.120.26
HSL101.74º14.84%69.61%-
HSV(B)101.74º12.17%74.12%-
XYZ42.3148.0343.12-
YUV181.59119.2121.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=32.77%
G=35.80%
B=31.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891660.0800.120.26101.7414.8469.61
HexADBDA680C1A66f46
Octal255275246100143214617106
Binary10101101101111011010011010000110011010110011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDA6; }

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

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

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

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

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

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

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

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