#ACBCC3

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

Shades of Heather #ACBCC3

Tints of Heather #ACBCC3

Color information

#ACBCC3 (or 0xACBCC3) is unknown color: approx Heather. HEX triplet: AC, BC and C3. RGB value is (172,188,195). Sum of RGB (Red+Green+Blue) = 172+188+195=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACBCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCC3 is #53433C. Grayscale: #B7B7B7. Windows color (decimal): -5456701 or 12827820. OLE color: 12827820.

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

Color convert

RGB172188195-
CMYK0.120.0400.24
HSL198.26º16.08%71.96%-
HSV(B)198.26º11.79%76.47%-
XYZ44.8548.6858.66-
YUV184.01134.2119.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 195 (76.56% from 255) = 35.14%
R=30.99%
G=33.87%
B=35.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721881950.120.0400.24198.2616.0871.96
HexACBCC3C4018c61048
Octal25427430314403030620110
Binary101011001011110011000011110010001100011000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCC3; }

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

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

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

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

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

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

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

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