#A2BECA

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

Shades of Heather #A2BECA

Tints of Heather #A2BECA

Color information

#A2BECA (or 0xA2BECA) is unknown color: approx Heather. HEX triplet: A2, BE and CA. RGB value is (162,190,202). Sum of RGB (Red+Green+Blue) = 162+190+202=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #A2BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BECA is #5D4135. Grayscale: #B6B6B6. Windows color (decimal): -6111542 or 13287074. OLE color: 13287074.

HSL color Cylindrical-coordinate representation of color #A2BECA: hue angle of 198º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BECA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162190202-
CMYK0.200.0600.21
HSL198º27.4%71.37%-
HSV(B)198º19.8%79.22%-
XYZ43.9748.7762.97-
YUV183138.72113.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.24%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=29.24%
G=34.30%
B=36.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621902020.200.0600.2119827.471.37
HexA2BECA146015c61b47
Octal24227631224602530633107
Binary1010001010111110110010101010011001010111000110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BECA; }

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

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

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

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

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

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

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

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