#ABBAC0

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

Shades of Heather #ABBAC0

Tints of Heather #ABBAC0

Color information

#ABBAC0 (or 0xABBAC0) is unknown color: approx Heather. HEX triplet: AB, BA and C0. RGB value is (171,186,192). Sum of RGB (Red+Green+Blue) = 171+186+192=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAC0 is #54453F. Grayscale: #B6B6B6. Windows color (decimal): -5522752 or 12630699. OLE color: 12630699.

HSL color Cylindrical-coordinate representation of color #ABBAC0: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBAC0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171186192-
CMYK0.110.0300.25
HSL197.14º14.29%71.18%-
HSV(B)197.14º10.94%75.29%-
XYZ43.8747.5856.74-
YUV182.2133.53120.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=31.15%
G=33.88%
B=34.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711861920.110.0300.25197.1414.2971.18
HexABBAC0B3019c5e47
Octal25327230013303130516107
Binary1010101110111010110000001011110110011100010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAC0; }

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

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

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

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

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

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

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

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