#ACBFC9

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

Shades of Heather #ACBFC9

Tints of Heather #ACBFC9

Color information

#ACBFC9 (or 0xACBFC9) is unknown color: approx Heather. HEX triplet: AC, BF and C9. RGB value is (172,191,201). Sum of RGB (Red+Green+Blue) = 172+191+201=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFC9 is #534036. Grayscale: #BABABA. Windows color (decimal): -5455927 or 13221804. OLE color: 13221804.

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

Color convert

RGB172191201-
CMYK0.140.0500.21
HSL200.69º21.17%73.14%-
HSV(B)200.69º14.43%78.82%-
XYZ46.1950.2562.52-
YUV186.46136.21117.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 201 (78.91% from 255) = 35.64%
R=30.50%
G=33.87%
B=35.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721912010.140.0500.21200.6921.1773.14
HexACBFC9E5015c91549
Octal25427731116502531125111
Binary101011001011111111001001111010101010111001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFC9; }

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

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

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

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

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

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

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

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