#A9BEC4

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

Shades of Heather #A9BEC4

Tints of Heather #A9BEC4

Color information

#A9BEC4 (or 0xA9BEC4) is unknown color: approx Heather. HEX triplet: A9, BE and C4. RGB value is (169,190,196). Sum of RGB (Red+Green+Blue) = 169+190+196=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #A9BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEC4 is #56413B. Grayscale: #B8B8B8. Windows color (decimal): -5652796 or 12893865. OLE color: 12893865.

HSL color Cylindrical-coordinate representation of color #A9BEC4: hue angle of 193.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9BEC4 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169190196-
CMYK0.140.0300.23
HSL193.33º18.62%71.57%-
HSV(B)193.33º13.78%76.86%-
XYZ44.7449.2559.37-
YUV184.4134.54117.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=30.45%
G=34.23%
B=35.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691901960.140.0300.23193.3318.6271.57
HexA9BEC4E3017c11348
Octal25127630416302730123110
Binary10101001101111101100010011101101011111000001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEC4; }

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

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

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

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

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

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

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

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