#ACBEC2

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

Shades of Heather #ACBEC2

Tints of Heather #ACBEC2

Color information

#ACBEC2 (or 0xACBEC2) is unknown color: approx Heather. HEX triplet: AC, BE and C2. RGB value is (172,190,194). Sum of RGB (Red+Green+Blue) = 172+190+194=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACBEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEC2 is #53413D. Grayscale: #B9B9B9. Windows color (decimal): -5456190 or 12762796. OLE color: 12762796.

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

Color convert

RGB172190194-
CMYK0.110.0200.24
HSL190.91º15.28%71.76%-
HSV(B)190.91º11.34%76.08%-
XYZ45.1649.4958.21-
YUV185.07133.04118.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=30.94%
G=34.17%
B=34.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721901940.110.0200.24190.9115.2871.76
HexACBEC2B2018bff48
Octal25427630213203027717110
Binary1010110010111110110000101011100110001011111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEC2; }

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

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

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

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

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

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

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

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