#A8BDA2

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

Shades of Spring Rain #A8BDA2

Tints of Spring Rain #A8BDA2

Color information

#A8BDA2 (or 0xA8BDA2) is unknown color: approx Spring Rain. HEX triplet: A8, BD and A2. RGB value is (168,189,162). Sum of RGB (Red+Green+Blue) = 168+189+162=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA2 is #57425D. Grayscale: #B3B3B3. Windows color (decimal): -5718622 or 10665384. OLE color: 10665384.

HSL color Cylindrical-coordinate representation of color #A8BDA2: hue angle of 106.67º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BDA2 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB168189162-
CMYK0.1100.140.26
HSL106.67º16.98%68.82%-
HSV(B)106.67º14.29%74.12%-
XYZ40.8747.3341.16-
YUV179.64118.04119.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=32.37%
G=36.42%
B=31.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681891620.1100.140.26106.6716.9868.82
HexA8BDA2B0E1A6b1145
Octal250275242130163215321105
Binary101010001011110110100010101101110110101101011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDA2; }

 p { color: rgb(168,189,162); }

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

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

 a { background-color: rgb(168,189,162); }

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

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

 span { border-color: rgb(168,189,162); }

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