#ABBFA6

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

Shades of Spring Rain #ABBFA6

Tints of Spring Rain #ABBFA6

Color information

#ABBFA6 (or 0xABBFA6) is unknown color: approx Spring Rain. HEX triplet: AB, BF and A6. RGB value is (171,191,166). Sum of RGB (Red+Green+Blue) = 171+191+166=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFA6 is #544059. Grayscale: #B6B6B6. Windows color (decimal): -5521498 or 10928043. OLE color: 10928043.

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

Color convert

RGB171191166-
CMYK0.1000.130.25
HSL108º16.34%70%-
HSV(B)108º13.09%74.9%-
XYZ42.3148.6743.24-
YUV182.17118.87120.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=32.39%
G=36.17%
B=31.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911660.1000.130.2510816.3470
HexABBFA6A0D196c1046
Octal253277246120153115420106
Binary101010111011111110100110101001101110011101100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFA6; }

 p { color: rgb(171,191,166); }

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

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

 a { background-color: rgb(171,191,166); }

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

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

 span { border-color: rgb(171,191,166); }

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