#ACBBC2

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

Shades of Heather #ACBBC2

Tints of Heather #ACBBC2

Color information

#ACBBC2 (or 0xACBBC2) is unknown color: approx Heather. HEX triplet: AC, BB and C2. RGB value is (172,187,194). Sum of RGB (Red+Green+Blue) = 172+187+194=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACBBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBC2 is #53443D. Grayscale: #B7B7B7. Windows color (decimal): -5456958 or 12762028. OLE color: 12762028.

HSL color Cylindrical-coordinate representation of color #ACBBC2: hue angle of 199.09º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACBBC2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172187194-
CMYK0.110.0400.24
HSL199.09º15.28%71.76%-
HSV(B)199.09º11.34%76.08%-
XYZ44.5248.2158-
YUV183.31134.03119.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=31.10%
G=33.82%
B=35.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721871940.110.0400.24199.0915.2871.76
HexACBBC2B4018c7f48
Octal25427330213403030717110
Binary10101100101110111100001010111000110001100011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBC2; }

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

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

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

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

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

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

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

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