#ABB6C1

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

Shades of Heather #ABB6C1

Tints of Heather #ABB6C1

Color information

#ABB6C1 (or 0xABB6C1) is unknown color: approx Heather. HEX triplet: AB, B6 and C1. RGB value is (171,182,193). Sum of RGB (Red+Green+Blue) = 171+182+193=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABB6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6C1 is #54493E. Grayscale: #B3B3B3. Windows color (decimal): -5523775 or 12695211. OLE color: 12695211.

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

Color convert

RGB171182193-
CMYK0.110.0600.24
HSL210º15.07%71.37%-
HSV(B)210º11.4%75.69%-
XYZ43.1545.9657.05-
YUV179.96135.36121.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=31.32%
G=33.33%
B=35.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711821930.110.0600.2421015.0771.37
HexABB6C1B6018d2f47
Octal25326630113603032217107
Binary10101011101101101100000110111100110001101001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6C1; }

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

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

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

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

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

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

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

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