#ABB6C2

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

Shades of Heather #ABB6C2

Tints of Heather #ABB6C2

Color information

#ABB6C2 (or 0xABB6C2) is unknown color: approx Heather. HEX triplet: AB, B6 and C2. RGB value is (171,182,194). Sum of RGB (Red+Green+Blue) = 171+182+194=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #ABB6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6C2 is #54493D. Grayscale: #B4B4B4. Windows color (decimal): -5523774 or 12760747. OLE color: 12760747.

HSL color Cylindrical-coordinate representation of color #ABB6C2: hue angle of 211.3º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB6C2 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171182194-
CMYK0.120.0600.24
HSL211.3º15.86%71.57%-
HSV(B)211.3º11.86%76.08%-
XYZ43.2646.0157.64-
YUV180.08135.86121.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 194 (76.17% from 255) = 35.47%
R=31.26%
G=33.27%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711821940.120.0600.24211.315.8671.57
HexABB6C2C6018d31048
Octal25326630214603032320110
Binary101010111011011011000010110011001100011010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6C2; }

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

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

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

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

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

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

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

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