#A8BCA5

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

Shades of Spring Rain #A8BCA5

Tints of Spring Rain #A8BCA5

Color information

#A8BCA5 (or 0xA8BCA5) is unknown color: approx Spring Rain. HEX triplet: A8, BC and A5. RGB value is (168,188,165). Sum of RGB (Red+Green+Blue) = 168+188+165=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA5 is #57435A. Grayscale: #B3B3B3. Windows color (decimal): -5718875 or 10861736. OLE color: 10861736.

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

Color convert

RGB168188165-
CMYK0.1100.120.26
HSL112.17º14.65%69.22%-
HSV(B)112.17º12.23%73.73%-
XYZ40.9247.0142.51-
YUV179.4119.87119.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=32.25%
G=36.08%
B=31.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881650.1100.120.26112.1714.6569.22
HexA8BCA5B0C1A70f45
Octal250274245130143216017105
Binary10101000101111001010010110110110011010111000011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCA5; }

 p { color: rgb(168,188,165); }

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

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

 a { background-color: rgb(168,188,165); }

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

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

 span { border-color: rgb(168,188,165); }

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