#ABBAC5

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

Shades of Heather #ABBAC5

Tints of Heather #ABBAC5

Color information

#ABBAC5 (or 0xABBAC5) is unknown color: approx Heather. HEX triplet: AB, BA and C5. RGB value is (171,186,197). Sum of RGB (Red+Green+Blue) = 171+186+197=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABBAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAC5 is #54453A. Grayscale: #B6B6B6. Windows color (decimal): -5522747 or 12958379. OLE color: 12958379.

HSL color Cylindrical-coordinate representation of color #ABBAC5: hue angle of 205.38º 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 #ABBAC5 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171186197-
CMYK0.130.0600.23
HSL205.38º18.31%72.16%-
HSV(B)205.38º13.2%77.25%-
XYZ44.4347.8159.71-
YUV182.77136.03119.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=30.87%
G=33.57%
B=35.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711861970.130.0600.23205.3818.3172.16
HexABBAC5D6017cd1248
Octal25327230515602731522110
Binary101010111011101011000101110111001011111001101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAC5; }

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

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

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

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

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

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

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

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