#A2B4BE

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

Shades of Heather #A2B4BE

Tints of Heather #A2B4BE

Color information

#A2B4BE (or 0xA2B4BE) is unknown color: approx Heather. HEX triplet: A2, B4 and BE. RGB value is (162,180,190). Sum of RGB (Red+Green+Blue) = 162+180+190=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #A2B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B4BE is #5D4B41. Grayscale: #AFAFAF. Windows color (decimal): -6114114 or 12498082. OLE color: 12498082.

HSL color Cylindrical-coordinate representation of color #A2B4BE: hue angle of 201.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2B4BE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162180190-
CMYK0.150.0500.25
HSL201.43º17.72%69.02%-
HSV(B)201.43º14.74%74.51%-
XYZ40.5244.0455.08-
YUV175.76136.04118.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=30.45%
G=33.83%
B=35.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621801900.150.0500.25201.4317.7269.02
HexA2B4BEF5019c91245
Octal24226427617503131122105
Binary101000101011010010111110111110101100111001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B4BE; }

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

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

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

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

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

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

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

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