#ACBEC7

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

Shades of Heather #ACBEC7

Tints of Heather #ACBEC7

Color information

#ACBEC7 (or 0xACBEC7) is unknown color: approx Heather. HEX triplet: AC, BE and C7. RGB value is (172,190,199). Sum of RGB (Red+Green+Blue) = 172+190+199=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACBEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEC7 is #534138. Grayscale: #B9B9B9. Windows color (decimal): -5456185 or 13090476. OLE color: 13090476.

HSL color Cylindrical-coordinate representation of color #ACBEC7: hue angle of 200º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBEC7 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172190199-
CMYK0.140.0500.22
HSL200º19.42%72.75%-
HSV(B)200º13.57%78.04%-
XYZ45.7449.7261.22-
YUV185.64135.54118.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=30.66%
G=33.87%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721901990.140.0500.2220019.4272.75
HexACBEC7E5016c81349
Octal25427630716502631023111
Binary101011001011111011000111111010101011011001000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEC7; }

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

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

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

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

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

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

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

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