#ABBDA6

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

Shades of Spring Rain #ABBDA6

Tints of Spring Rain #ABBDA6

Color information

#ABBDA6 (or 0xABBDA6) is unknown color: approx Spring Rain. HEX triplet: AB, BD and A6. RGB value is (171,189,166). Sum of RGB (Red+Green+Blue) = 171+189+166=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA6 is #544259. Grayscale: #B5B5B5. Windows color (decimal): -5522010 or 10927531. OLE color: 10927531.

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

Color convert

RGB171189166-
CMYK0.1000.120.26
HSL106.96º14.84%69.61%-
HSV(B)106.96º12.17%74.12%-
XYZ41.8847.8143.1-
YUV181119.54120.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=32.51%
G=35.93%
B=31.56%

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
Decimal1711891660.1000.120.26106.9614.8469.61
HexABBDA6A0C1A6bf46
Octal253275246120143215317106
Binary10101011101111011010011010100110011010110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDA6; }

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

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

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

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

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

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

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

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