#ABBDA7

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

Shades of Spring Rain #ABBDA7

Tints of Spring Rain #ABBDA7

Color information

#ABBDA7 (or 0xABBDA7) is unknown color: approx Spring Rain. HEX triplet: AB, BD and A7. RGB value is (171,189,167). Sum of RGB (Red+Green+Blue) = 171+189+167=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA7 is #544258. Grayscale: #B5B5B5. Windows color (decimal): -5522009 or 10993067. OLE color: 10993067.

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

Color convert

RGB171189167-
CMYK0.1000.120.26
HSL109.09º14.29%69.8%-
HSV(B)109.09º11.64%74.12%-
XYZ41.9747.8443.58-
YUV181.11120.04120.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=32.45%
G=35.86%
B=31.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891670.1000.120.26109.0914.2969.8
HexABBDA7A0C1A6de46
Octal253275247120143215516106
Binary10101011101111011010011110100110011010110110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDA7; }

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

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

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

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

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

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

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

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