#A9BACA

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

Shades of Heather #A9BACA

Tints of Heather #A9BACA

Color information

#A9BACA (or 0xA9BACA) is unknown color: approx Heather. HEX triplet: A9, BA and CA. RGB value is (169,186,202). Sum of RGB (Red+Green+Blue) = 169+186+202=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BACA is #564535. Grayscale: #B6B6B6. Windows color (decimal): -5653814 or 13286057. OLE color: 13286057.

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

Color convert

RGB169186202-
CMYK0.160.0800.21
HSL209.09º23.74%72.75%-
HSV(B)209.09º16.34%79.22%-
XYZ44.5847.8262.76-
YUV182.74138.87118.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=30.34%
G=33.39%
B=36.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691862020.160.0800.21209.0923.7472.75
HexA9BACA108015d11849
Octal251272312201002532130111
Binary10101001101110101100101010000100001010111010001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BACA; }

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

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

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

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

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

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

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

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