#A8BDA4

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

Shades of Spring Rain #A8BDA4

Tints of Spring Rain #A8BDA4

Color information

#A8BDA4 (or 0xA8BDA4) is unknown color: approx Spring Rain. HEX triplet: A8, BD and A4. RGB value is (168,189,164). Sum of RGB (Red+Green+Blue) = 168+189+164=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA4 is #57425B. Grayscale: #B3B3B3. Windows color (decimal): -5718620 or 10796456. OLE color: 10796456.

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

Color convert

RGB168189164-
CMYK0.1100.130.26
HSL110.4º15.92%69.22%-
HSV(B)110.4º13.23%74.12%-
XYZ41.0547.442.11-
YUV179.87119.04119.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=32.25%
G=36.28%
B=31.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681891640.1100.130.26110.415.9269.22
HexA8BDA4B0D1A6e1045
Octal250275244130153215620105
Binary101010001011110110100100101101101110101101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDA4; }

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

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

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

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

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

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

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

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