#A9BECA

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

Shades of Heather #A9BECA

Tints of Heather #A9BECA

Color information

#A9BECA (or 0xA9BECA) is unknown color: approx Heather. HEX triplet: A9, BE and CA. RGB value is (169,190,202). Sum of RGB (Red+Green+Blue) = 169+190+202=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECA is #564135. Grayscale: #B9B9B9. Windows color (decimal): -5652790 or 13287081. OLE color: 13287081.

HSL color Cylindrical-coordinate representation of color #A9BECA: hue angle of 201.82º 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 #A9BECA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169190202-
CMYK0.160.0600.21
HSL201.82º23.74%72.75%-
HSV(B)201.82º16.34%79.22%-
XYZ45.4449.5363.04-
YUV185.09137.54116.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.12%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=30.12%
G=33.87%
B=36.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691902020.160.0600.21201.8223.7472.75
HexA9BECA106015ca1849
Octal25127631220602531230111
Binary1010100110111110110010101000011001010111001010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BECA; }

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

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

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

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

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

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

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

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