#A8BCA6

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

Shades of Spring Rain #A8BCA6

Tints of Spring Rain #A8BCA6

Color information

#A8BCA6 (or 0xA8BCA6) is unknown color: approx Spring Rain. HEX triplet: A8, BC and A6. RGB value is (168,188,166). Sum of RGB (Red+Green+Blue) = 168+188+166=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA6 is #574359. Grayscale: #B3B3B3. Windows color (decimal): -5718874 or 10927272. OLE color: 10927272.

HSL color Cylindrical-coordinate representation of color #A8BCA6: hue angle of 114.55º degrees, saturation: 0.14, 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 #A8BCA6 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB168188166-
CMYK0.1100.120.26
HSL114.55º14.1%69.41%-
HSV(B)114.55º11.7%73.73%-
XYZ41.0147.0443-
YUV179.51120.37119.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=32.18%
G=36.02%
B=31.80%

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
Decimal1681881660.1100.120.26114.5514.169.41
HexA8BCA6B0C1A73e45
Octal250274246130143216316105
Binary10101000101111001010011010110110011010111001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCA6; }

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

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

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

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

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

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

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

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