#ACBDCA

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

Shades of Heather #ACBDCA

Tints of Heather #ACBDCA

Color information

#ACBDCA (or 0xACBDCA) is unknown color: approx Heather. HEX triplet: AC, BD and CA. RGB value is (172,189,202). Sum of RGB (Red+Green+Blue) = 172+189+202=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDCA is #534235. Grayscale: #B9B9B9. Windows color (decimal): -5456438 or 13286828. OLE color: 13286828.

HSL color Cylindrical-coordinate representation of color #ACBDCA: hue angle of 206º 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 #ACBDCA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172189202-
CMYK0.150.0600.21
HSL206º22.06%73.33%-
HSV(B)206º14.85%79.22%-
XYZ45.8749.4363-
YUV185.4137.37118.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=30.55%
G=33.57%
B=35.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721892020.150.0600.2120622.0673.33
HexACBDCAF6015ce1649
Octal25427531217602531626111
Binary101011001011110111001010111111001010111001110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDCA; }

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

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

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

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

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

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

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

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