#ABC0C7

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

Shades of Heather #ABC0C7

Tints of Heather #ABC0C7

Color information

#ABC0C7 (or 0xABC0C7) is unknown color: approx Heather. HEX triplet: AB, C0 and C7. RGB value is (171,192,199). Sum of RGB (Red+Green+Blue) = 171+192+199=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #ABC0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0C7 is #543F38. Grayscale: #BABABA. Windows color (decimal): -5521209 or 13090987. OLE color: 13090987.

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

Color convert

RGB171192199-
CMYK0.140.0400.22
HSL195º20%72.55%-
HSV(B)195º14.07%78.04%-
XYZ45.9550.4861.35-
YUV186.52135.04116.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 199 (78.12% from 255) = 35.41%
R=30.43%
G=34.16%
B=35.41%

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
Decimal1711921990.140.0400.221952072.55
HexABC0C7E4016c31449
Octal25330030716402630324111
Binary101010111100000011000111111010001011011000011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0C7; }

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

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

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

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

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

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

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

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