#ACB4BC

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

Shades of Heather #ACB4BC

Tints of Heather #ACB4BC

Color information

#ACB4BC (or 0xACB4BC) is unknown color: approx Heather. HEX triplet: AC, B4 and BC. RGB value is (172,180,188). Sum of RGB (Red+Green+Blue) = 172+180+188=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #ACB4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4BC is #534B43. Grayscale: #B2B2B2. Windows color (decimal): -5458756 or 12367020. OLE color: 12367020.

HSL color Cylindrical-coordinate representation of color #ACB4BC: hue angle of 210º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACB4BC is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172180188-
CMYK0.090.0400.26
HSL210º10.67%70.59%-
HSV(B)210º8.51%73.73%-
XYZ42.4145.0454.04-
YUV178.52133.35123.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=31.85%
G=33.33%
B=34.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721801880.090.0400.2621010.6770.59
HexACB4BC9401Ad2b47
Octal25426427411403232213107
Binary10101100101101001011110010011000110101101001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4BC; }

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

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

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

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

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

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

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

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