#ACBCCA

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

Shades of Heather #ACBCCA

Tints of Heather #ACBCCA

Color information

#ACBCCA (or 0xACBCCA) is unknown color: approx Heather. HEX triplet: AC, BC and CA. RGB value is (172,188,202). Sum of RGB (Red+Green+Blue) = 172+188+202=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACBCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCCA is #534335. Grayscale: #B8B8B8. Windows color (decimal): -5456694 or 13286572. OLE color: 13286572.

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

Color convert

RGB172188202-
CMYK0.150.0700.21
HSL208º22.06%73.33%-
HSV(B)208º14.85%79.22%-
XYZ45.664962.93-
YUV184.81137.7118.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=30.60%
G=33.45%
B=35.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721882020.150.0700.2120822.0673.33
HexACBCCAF7015d01649
Octal25427431217702532026111
Binary101011001011110011001010111111101010111010000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCCA; }

 p { color: rgb(172,188,202); }

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

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

 a { background-color: rgb(172,188,202); }

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

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

 span { border-color: rgb(172,188,202); }

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