#A6BACA

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

Shades of Heather #A6BACA

Tints of Heather #A6BACA

Color information

#A6BACA (or 0xA6BACA) is unknown color: approx Heather. HEX triplet: A6, BA and CA. RGB value is (166,186,202). Sum of RGB (Red+Green+Blue) = 166+186+202=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BACA is #594535. Grayscale: #B5B5B5. Windows color (decimal): -5850422 or 13286054. OLE color: 13286054.

HSL color Cylindrical-coordinate representation of color #A6BACA: hue angle of 206.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6BACA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166186202-
CMYK0.180.0800.21
HSL206.67º25.35%72.16%-
HSV(B)206.67º17.82%79.22%-
XYZ43.9547.4962.73-
YUV181.84139.37116.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.96%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=29.96%
G=33.57%
B=36.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661862020.180.0800.21206.6725.3572.16
HexA6BACA128015cf1948
Octal246272312221002531731110
Binary10100110101110101100101010010100001010111001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BACA; }

 p { color: rgb(166,186,202); }

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

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

 a { background-color: rgb(166,186,202); }

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

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

 span { border-color: rgb(166,186,202); }

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