#ACBDC2

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

Shades of Heather #ACBDC2

Tints of Heather #ACBDC2

Color information

#ACBDC2 (or 0xACBDC2) is unknown color: approx Heather. HEX triplet: AC, BD and C2. RGB value is (172,189,194). Sum of RGB (Red+Green+Blue) = 172+189+194=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACBDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC2 is #53423D. Grayscale: #B8B8B8. Windows color (decimal): -5456446 or 12762540. OLE color: 12762540.

HSL color Cylindrical-coordinate representation of color #ACBDC2: hue angle of 193.64º degrees, saturation: 0.15, 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 #ACBDC2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172189194-
CMYK0.110.0300.24
HSL193.64º15.28%71.76%-
HSV(B)193.64º11.34%76.08%-
XYZ44.9549.0658.14-
YUV184.49133.37119.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=30.99%
G=34.05%
B=34.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721891940.110.0300.24193.6415.2871.76
HexACBDC2B3018c2f48
Octal25427530213303030217110
Binary1010110010111101110000101011110110001100001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDC2; }

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

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

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

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

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

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

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

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