#ABBAC1

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

Shades of Heather #ABBAC1

Tints of Heather #ABBAC1

Color information

#ABBAC1 (or 0xABBAC1) is unknown color: approx Heather. HEX triplet: AB, BA and C1. RGB value is (171,186,193). Sum of RGB (Red+Green+Blue) = 171+186+193=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAC1 is #54453E. Grayscale: #B6B6B6. Windows color (decimal): -5522751 or 12696235. OLE color: 12696235.

HSL color Cylindrical-coordinate representation of color #ABBAC1: hue angle of 199.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBAC1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171186193-
CMYK0.110.0400.24
HSL199.09º15.07%71.37%-
HSV(B)199.09º11.4%75.69%-
XYZ43.9847.6357.33-
YUV182.31134.03119.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=31.09%
G=33.82%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711861930.110.0400.24199.0915.0771.37
HexABBAC1B4018c7f47
Octal25327230113403030717107
Binary10101011101110101100000110111000110001100011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAC1; }

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

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

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

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

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

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

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

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