#ACBDC7

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

Shades of Heather #ACBDC7

Tints of Heather #ACBDC7

Color information

#ACBDC7 (or 0xACBDC7) is unknown color: approx Heather. HEX triplet: AC, BD and C7. RGB value is (172,189,199). Sum of RGB (Red+Green+Blue) = 172+189+199=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACBDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDC7 is #534238. Grayscale: #B9B9B9. Windows color (decimal): -5456441 or 13090220. OLE color: 13090220.

HSL color Cylindrical-coordinate representation of color #ACBDC7: hue angle of 202.22º 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 #ACBDC7 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172189199-
CMYK0.140.0500.22
HSL202.22º19.42%72.75%-
HSV(B)202.22º13.57%78.04%-
XYZ45.5249.2961.15-
YUV185.06135.87118.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=30.71%
G=33.75%
B=35.54%

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
Decimal1721891990.140.0500.22202.2219.4272.75
HexACBDC7E5016ca1349
Octal25427530716502631223111
Binary101011001011110111000111111010101011011001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDC7; }

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

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

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

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

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

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

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

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