#A9BEC6

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

Shades of Heather #A9BEC6

Tints of Heather #A9BEC6

Color information

#A9BEC6 (or 0xA9BEC6) is unknown color: approx Heather. HEX triplet: A9, BE and C6. RGB value is (169,190,198). Sum of RGB (Red+Green+Blue) = 169+190+198=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #A9BEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEC6 is #564139. Grayscale: #B8B8B8. Windows color (decimal): -5652794 or 13024937. OLE color: 13024937.

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

Color convert

RGB169190198-
CMYK0.150.0400.22
HSL196.55º20.28%71.96%-
HSV(B)196.55º14.65%77.65%-
XYZ44.9749.3460.58-
YUV184.63135.54116.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.34%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 198 (77.73% from 255) = 35.55%
R=30.34%
G=34.11%
B=35.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691901980.150.0400.22196.5520.2871.96
HexA9BEC6F4016c51448
Octal25127630617402630524110
Binary101010011011111011000110111110001011011000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEC6; }

 p { color: rgb(169,190,198); }

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

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

 a { background-color: rgb(169,190,198); }

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

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

 span { border-color: rgb(169,190,198); }

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