#ACBCC0

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

Shades of Heather #ACBCC0

Tints of Heather #ACBCC0

Color information

#ACBCC0 (or 0xACBCC0) is unknown color: approx Heather. HEX triplet: AC, BC and C0. RGB value is (172,188,192). Sum of RGB (Red+Green+Blue) = 172+188+192=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCC0 is #53433F. Grayscale: #B7B7B7. Windows color (decimal): -5456704 or 12631212. OLE color: 12631212.

HSL color Cylindrical-coordinate representation of color #ACBCC0: hue angle of 192º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBCC0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172188192-
CMYK0.100.0200.25
HSL192º13.7%71.37%-
HSV(B)192º10.42%75.29%-
XYZ44.5148.5456.89-
YUV183.67132.7119.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=31.16%
G=34.06%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721881920.100.0200.2519213.771.37
HexACBCC0A2019c0e47
Octal25427430012203130016107
Binary1010110010111100110000001010100110011100000011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCC0; }

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

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

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

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

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

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

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

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