#ACBFC6

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

Shades of Heather #ACBFC6

Tints of Heather #ACBFC6

Color information

#ACBFC6 (or 0xACBFC6) is unknown color: approx Heather. HEX triplet: AC, BF and C6. RGB value is (172,191,198). Sum of RGB (Red+Green+Blue) = 172+191+198=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACBFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFC6 is #534039. Grayscale: #BABABA. Windows color (decimal): -5455930 or 13025196. OLE color: 13025196.

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

Color convert

RGB172191198-
CMYK0.130.0400.22
HSL196.15º18.57%72.55%-
HSV(B)196.15º13.13%77.65%-
XYZ45.8450.1160.68-
YUV186.12134.71117.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 198 (77.73% from 255) = 35.29%
R=30.66%
G=34.05%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721911980.130.0400.22196.1518.5772.55
HexACBFC6D4016c41349
Octal25427730615402630423111
Binary101011001011111111000110110110001011011000100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFC6; }

 p { color: rgb(172,191,198); }

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

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

 a { background-color: rgb(172,191,198); }

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

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

 span { border-color: rgb(172,191,198); }

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