#ACBBC6

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

Shades of Heather #ACBBC6

Tints of Heather #ACBBC6

Color information

#ACBBC6 (or 0xACBBC6) is unknown color: approx Heather. HEX triplet: AC, BB and C6. RGB value is (172,187,198). Sum of RGB (Red+Green+Blue) = 172+187+198=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACBBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBC6 is #534439. Grayscale: #B7B7B7. Windows color (decimal): -5456954 or 13024172. OLE color: 13024172.

HSL color Cylindrical-coordinate representation of color #ACBBC6: hue angle of 205.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBBC6 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172187198-
CMYK0.130.0600.22
HSL205.38º18.57%72.55%-
HSV(B)205.38º13.13%77.65%-
XYZ44.9848.3960.4-
YUV183.77136.03119.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 198 (77.73% from 255) = 35.55%
R=30.88%
G=33.57%
B=35.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721871980.130.0600.22205.3818.5772.55
HexACBBC6D6016cd1349
Octal25427330615602631523111
Binary101011001011101111000110110111001011011001101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBC6; }

 p { color: rgb(172,187,198); }

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

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

 a { background-color: rgb(172,187,198); }

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

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

 span { border-color: rgb(172,187,198); }

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