#ABBFC7

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

Shades of Heather #ABBFC7

Tints of Heather #ABBFC7

Color information

#ABBFC7 (or 0xABBFC7) is unknown color: approx Heather. HEX triplet: AB, BF and C7. RGB value is (171,191,199). Sum of RGB (Red+Green+Blue) = 171+191+199=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABBFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFC7 is #544038. Grayscale: #B9B9B9. Windows color (decimal): -5521465 or 13090731. OLE color: 13090731.

HSL color Cylindrical-coordinate representation of color #ABBFC7: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABBFC7 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171191199-
CMYK0.140.0400.22
HSL197.14º20%72.55%-
HSV(B)197.14º14.07%78.04%-
XYZ45.7350.0461.28-
YUV185.93135.37117.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=30.48%
G=34.05%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711911990.140.0400.22197.142072.55
HexABBFC7E4016c51449
Octal25327730716402630524111
Binary101010111011111111000111111010001011011000101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFC7; }

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

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

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

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

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

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

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

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