#ADBEA7

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

Shades of Spring Rain #ADBEA7

Tints of Spring Rain #ADBEA7

Color information

#ADBEA7 (or 0xADBEA7) is unknown color: approx Spring Rain. HEX triplet: AD, BE and A7. RGB value is (173,190,167). Sum of RGB (Red+Green+Blue) = 173+190+167=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEA7 is #524158. Grayscale: #B6B6B6. Windows color (decimal): -5390681 or 10993325. OLE color: 10993325.

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

Color convert

RGB173190167-
CMYK0.0900.120.25
HSL104.35º15.03%70%-
HSV(B)104.35º12.11%74.51%-
XYZ42.6248.543.67-
YUV182.3119.37121.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 167 (65.62% from 255) = 31.51%
R=32.64%
G=35.85%
B=31.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901670.0900.120.25104.3515.0370
HexADBEA790C1968f46
Octal255276247110143115017106
Binary10101101101111101010011110010110011001110100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEA7; }

 p { color: rgb(173,190,167); }

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

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

 a { background-color: rgb(173,190,167); }

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

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

 span { border-color: rgb(173,190,167); }

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