#ABB6BF

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

Shades of Heather #ABB6BF

Tints of Heather #ABB6BF

Color information

#ABB6BF (or 0xABB6BF) is unknown color: approx Heather. HEX triplet: AB, B6 and BF. RGB value is (171,182,191). Sum of RGB (Red+Green+Blue) = 171+182+191=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABB6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB6BF is #544940. Grayscale: #B3B3B3. Windows color (decimal): -5523777 or 12564139. OLE color: 12564139.

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

Color convert

RGB171182191-
CMYK0.100.0500.25
HSL207º13.51%70.98%-
HSV(B)207º10.47%74.9%-
XYZ42.9345.8855.88-
YUV179.74134.36121.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 35.11%
R=31.43%
G=33.46%
B=35.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711821910.100.0500.2520713.5170.98
HexABB6BFA5019cfe47
Octal25326627712503131716107
Binary10101011101101101011111110101010110011100111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6BF; }

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

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

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

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

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

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

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

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