#A9BEC7

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

Shades of Heather #A9BEC7

Tints of Heather #A9BEC7

Color information

#A9BEC7 (or 0xA9BEC7) is unknown color: approx Heather. HEX triplet: A9, BE and C7. RGB value is (169,190,199). Sum of RGB (Red+Green+Blue) = 169+190+199=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #A9BEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEC7 is #564138. Grayscale: #B8B8B8. Windows color (decimal): -5652793 or 13090473. OLE color: 13090473.

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

Color convert

RGB169190199-
CMYK0.150.0500.22
HSL198º21.13%72.16%-
HSV(B)198º15.08%78.04%-
XYZ45.0849.3961.19-
YUV184.75136.04116.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.29%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=30.29%
G=34.05%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691901990.150.0500.2219821.1372.16
HexA9BEC7F5016c61548
Octal25127630717502630625110
Binary101010011011111011000111111110101011011000110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEC7; }

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

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

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

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

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

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

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

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