#ACBCC2

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

Shades of Heather #ACBCC2

Tints of Heather #ACBCC2

Color information

#ACBCC2 (or 0xACBCC2) is unknown color: approx Heather. HEX triplet: AC, BC and C2. RGB value is (172,188,194). Sum of RGB (Red+Green+Blue) = 172+188+194=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACBCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCC2 is #53433D. Grayscale: #B7B7B7. Windows color (decimal): -5456702 or 12762284. OLE color: 12762284.

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

Color convert

RGB172188194-
CMYK0.110.0300.24
HSL196.36º15.28%71.76%-
HSV(B)196.36º11.34%76.08%-
XYZ44.7348.6358.07-
YUV183.9133.7119.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 194 (76.17% from 255) = 35.02%
R=31.05%
G=33.94%
B=35.02%

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
Decimal1721881940.110.0300.24196.3615.2871.76
HexACBCC2B3018c4f48
Octal25427430213303030417110
Binary1010110010111100110000101011110110001100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCC2; }

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

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

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

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

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

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

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

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