#ACBABF

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

Shades of Heather #ACBABF

Tints of Heather #ACBABF

Color information

#ACBABF (or 0xACBABF) is unknown color: approx Heather. HEX triplet: AC, BA and BF. RGB value is (172,186,191). Sum of RGB (Red+Green+Blue) = 172+186+191=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACBABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBABF is #534540. Grayscale: #B6B6B6. Windows color (decimal): -5457217 or 12565164. OLE color: 12565164.

HSL color Cylindrical-coordinate representation of color #ACBABF: hue angle of 195.79º degrees, saturation: 0.13, 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 #ACBABF is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172186191-
CMYK0.100.0300.25
HSL195.79º12.93%71.18%-
HSV(B)195.79º9.95%74.9%-
XYZ43.9847.6556.17-
YUV182.38132.86120.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 191 (75% from 255) = 34.79%
R=31.33%
G=33.88%
B=34.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721861910.100.0300.25195.7912.9371.18
HexACBABFA3019c4d47
Octal25427227712303130415107
Binary1010110010111010101111111010110110011100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBABF; }

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

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

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

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

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

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

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

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