#ACBDC1

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

Shades of Heather #ACBDC1

Tints of Heather #ACBDC1

Color information

#ACBDC1 (or 0xACBDC1) is unknown color: approx Heather. HEX triplet: AC, BD and C1. RGB value is (172,189,193). Sum of RGB (Red+Green+Blue) = 172+189+193=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACBDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC1 is #53423E. Grayscale: #B8B8B8. Windows color (decimal): -5456447 or 12697004. OLE color: 12697004.

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

Color convert

RGB172189193-
CMYK0.110.0200.24
HSL191.43º14.48%71.57%-
HSV(B)191.43º10.88%75.69%-
XYZ44.8449.0257.55-
YUV184.37132.87119.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=31.05%
G=34.12%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721891930.110.0200.24191.4314.4871.57
HexACBDC1B2018bfe48
Octal25427530113203027716110
Binary1010110010111101110000011011100110001011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDC1; }

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

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

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

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

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

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

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

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