#ABBAC7

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

Shades of Heather #ABBAC7

Tints of Heather #ABBAC7

Color information

#ABBAC7 (or 0xABBAC7) is unknown color: approx Heather. HEX triplet: AB, BA and C7. RGB value is (171,186,199). Sum of RGB (Red+Green+Blue) = 171+186+199=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABBAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAC7 is #544538. Grayscale: #B6B6B6. Windows color (decimal): -5522745 or 13089451. OLE color: 13089451.

HSL color Cylindrical-coordinate representation of color #ABBAC7: hue angle of 207.86º 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 #ABBAC7 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171186199-
CMYK0.140.0700.22
HSL207.86º20%72.55%-
HSV(B)207.86º14.07%78.04%-
XYZ44.6647.960.92-
YUV183137.03119.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 199 (78.12% from 255) = 35.79%
R=30.76%
G=33.45%
B=35.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711861990.140.0700.22207.862072.55
HexABBAC7E7016d01449
Octal25327230716702632024111
Binary101010111011101011000111111011101011011010000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAC7; }

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

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

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

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

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

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

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

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