#ACBFC4

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

Shades of Heather #ACBFC4

Tints of Heather #ACBFC4

Color information

#ACBFC4 (or 0xACBFC4) is unknown color: approx Heather. HEX triplet: AC, BF and C4. RGB value is (172,191,196). Sum of RGB (Red+Green+Blue) = 172+191+196=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFC4 is #53403B. Grayscale: #B9B9B9. Windows color (decimal): -5455932 or 12894124. OLE color: 12894124.

HSL color Cylindrical-coordinate representation of color #ACBFC4: hue angle of 192.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBFC4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172191196-
CMYK0.120.0300.23
HSL192.5º16.9%72.16%-
HSV(B)192.5º12.24%76.86%-
XYZ45.6150.0259.48-
YUV185.89133.71118.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=30.77%
G=34.17%
B=35.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721911960.120.0300.23192.516.972.16
HexACBFC4C3017c01148
Octal25427730414302730021110
Binary10101100101111111100010011001101011111000000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFC4; }

 p { color: rgb(172,191,196); }

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

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

 a { background-color: rgb(172,191,196); }

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

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

 span { border-color: rgb(172,191,196); }

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