#ABBDC5

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

Shades of Heather #ABBDC5

Tints of Heather #ABBDC5

Color information

#ABBDC5 (or 0xABBDC5) is unknown color: approx Heather. HEX triplet: AB, BD and C5. RGB value is (171,189,197). Sum of RGB (Red+Green+Blue) = 171+189+197=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDC5 is #54423A. Grayscale: #B8B8B8. Windows color (decimal): -5521979 or 12959147. OLE color: 12959147.

HSL color Cylindrical-coordinate representation of color #ABBDC5: hue angle of 198.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBDC5 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171189197-
CMYK0.130.0400.23
HSL198.46º18.31%72.16%-
HSV(B)198.46º13.2%77.25%-
XYZ45.0749.0859.92-
YUV184.53135.04118.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=30.70%
G=33.93%
B=35.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711891970.130.0400.23198.4618.3172.16
HexABBDC5D4017c61248
Octal25327530515402730622110
Binary101010111011110111000101110110001011111000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDC5; }

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

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

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

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

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

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

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

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