#ACBCC1

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

Shades of Heather #ACBCC1

Tints of Heather #ACBCC1

Color information

#ACBCC1 (or 0xACBCC1) is unknown color: approx Heather. HEX triplet: AC, BC and C1. RGB value is (172,188,193). Sum of RGB (Red+Green+Blue) = 172+188+193=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACBCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCC1 is #53433E. Grayscale: #B7B7B7. Windows color (decimal): -5456703 or 12696748. OLE color: 12696748.

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

Color convert

RGB172188193-
CMYK0.110.0300.24
HSL194.29º14.48%71.57%-
HSV(B)194.29º10.88%75.69%-
XYZ44.6248.5957.48-
YUV183.79133.2119.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=31.10%
G=34.00%
B=34.90%

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
Decimal1721881930.110.0300.24194.2914.4871.57
HexACBCC1B3018c2e48
Octal25427430113303030216110
Binary1010110010111100110000011011110110001100001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCC1; }

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

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

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

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

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

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

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

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