#ACBCC4

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

Shades of Heather #ACBCC4

Tints of Heather #ACBCC4

Color information

#ACBCC4 (or 0xACBCC4) is unknown color: approx Heather. HEX triplet: AC, BC and C4. RGB value is (172,188,196). Sum of RGB (Red+Green+Blue) = 172+188+196=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACBCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCC4 is #53433B. Grayscale: #B8B8B8. Windows color (decimal): -5456700 or 12893356. OLE color: 12893356.

HSL color Cylindrical-coordinate representation of color #ACBCC4: hue angle of 200º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBCC4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172188196-
CMYK0.120.0400.23
HSL200º16.9%72.16%-
HSV(B)200º12.24%76.86%-
XYZ44.9648.7259.26-
YUV184.13134.7119.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=30.94%
G=33.81%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721881960.120.0400.2320016.972.16
HexACBCC4C4017c81148
Octal25427430414402731021110
Binary101011001011110011000100110010001011111001000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCC4; }

 p { color: rgb(172,188,196); }

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

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

 a { background-color: rgb(172,188,196); }

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

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

 span { border-color: rgb(172,188,196); }

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