#ACBDC3

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

Shades of Heather #ACBDC3

Tints of Heather #ACBDC3

Color information

#ACBDC3 (or 0xACBDC3) is unknown color: approx Heather. HEX triplet: AC, BD and C3. RGB value is (172,189,195). Sum of RGB (Red+Green+Blue) = 172+189+195=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACBDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC3 is #53423C. Grayscale: #B8B8B8. Windows color (decimal): -5456445 or 12828076. OLE color: 12828076.

HSL color Cylindrical-coordinate representation of color #ACBDC3: hue angle of 195.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBDC3 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172189195-
CMYK0.120.0300.24
HSL195.65º16.08%71.96%-
HSV(B)195.65º11.79%76.47%-
XYZ45.0649.1158.73-
YUV184.6133.87119.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=30.94%
G=33.99%
B=35.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721891950.120.0300.24195.6516.0871.96
HexACBDC3C3018c41048
Octal25427530314303030420110
Binary10101100101111011100001111001101100011000100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDC3; }

 p { color: rgb(172,189,195); }

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

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

 a { background-color: rgb(172,189,195); }

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

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

 span { border-color: rgb(172,189,195); }

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