#ABBCA7

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

Shades of Spring Rain #ABBCA7

Tints of Spring Rain #ABBCA7

Color information

#ABBCA7 (or 0xABBCA7) is unknown color: approx Spring Rain. HEX triplet: AB, BC and A7. RGB value is (171,188,167). Sum of RGB (Red+Green+Blue) = 171+188+167=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCA7 is #544358. Grayscale: #B4B4B4. Windows color (decimal): -5522265 or 10992811. OLE color: 10992811.

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

Color convert

RGB171188167-
CMYK0.0900.110.26
HSL108.57º13.55%69.61%-
HSV(B)108.57º11.17%73.73%-
XYZ41.7547.4143.51-
YUV180.52120.37121.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=32.51%
G=35.74%
B=31.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881670.0900.110.26108.5713.5569.61
HexABBCA790B1A6de46
Octal253274247110133215516106
Binary10101011101111001010011110010101111010110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCA7; }

 p { color: rgb(171,188,167); }

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

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

 a { background-color: rgb(171,188,167); }

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

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

 span { border-color: rgb(171,188,167); }

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