#A9BEC3

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

Shades of Heather #A9BEC3

Tints of Heather #A9BEC3

Color information

#A9BEC3 (or 0xA9BEC3) is unknown color: approx Heather. HEX triplet: A9, BE and C3. RGB value is (169,190,195). Sum of RGB (Red+Green+Blue) = 169+190+195=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #A9BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BEC3 is #56413C. Grayscale: #B8B8B8. Windows color (decimal): -5652797 or 12828329. OLE color: 12828329.

HSL color Cylindrical-coordinate representation of color #A9BEC3: hue angle of 191.54º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9BEC3 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169190195-
CMYK0.130.0300.24
HSL191.54º17.81%71.37%-
HSV(B)191.54º13.33%76.47%-
XYZ44.6349.258.77-
YUV184.29134.04117.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.51%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=30.51%
G=34.30%
B=35.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691901950.130.0300.24191.5417.8171.37
HexA9BEC3D3018c01247
Octal25127630315303030022107
Binary10101001101111101100001111011101100011000000100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEC3; }

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

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

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

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

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

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

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

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