#ACBDC6

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

Shades of Heather #ACBDC6

Tints of Heather #ACBDC6

Color information

#ACBDC6 (or 0xACBDC6) is unknown color: approx Heather. HEX triplet: AC, BD and C6. RGB value is (172,189,198). Sum of RGB (Red+Green+Blue) = 172+189+198=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACBDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC6 is #534239. Grayscale: #B8B8B8. Windows color (decimal): -5456442 or 13024684. OLE color: 13024684.

HSL color Cylindrical-coordinate representation of color #ACBDC6: hue angle of 200.77º 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 #ACBDC6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172189198-
CMYK0.130.0500.22
HSL200.77º18.57%72.55%-
HSV(B)200.77º13.13%77.65%-
XYZ45.449.2460.54-
YUV184.94135.37118.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=30.77%
G=33.81%
B=35.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721891980.130.0500.22200.7718.5772.55
HexACBDC6D5016c91349
Octal25427530615502631123111
Binary101011001011110111000110110110101011011001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDC6; }

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

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

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

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

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

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

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

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