#ACBFCC

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

Shades of Heather #ACBFCC

Tints of Heather #ACBFCC

Color information

#ACBFCC (or 0xACBFCC) is unknown color: approx Heather. HEX triplet: AC, BF and CC. RGB value is (172,191,204). Sum of RGB (Red+Green+Blue) = 172+191+204=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACBFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFCC is #534033. Grayscale: #BABABA. Windows color (decimal): -5455924 or 13418412. OLE color: 13418412.

HSL color Cylindrical-coordinate representation of color #ACBFCC: hue angle of 204.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACBFCC is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172191204-
CMYK0.160.0600.2
HSL204.38º23.88%73.73%-
HSV(B)204.38º15.69%80%-
XYZ46.5450.3964.4-
YUV186.8137.71117.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=30.34%
G=33.69%
B=35.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721912040.160.0600.2204.3823.8873.73
HexACBFCC106014cc184a
Octal25427731420602431430112
Binary1010110010111111110011001000011001010011001100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFCC; }

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

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

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

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

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

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

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

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