#A2BACF

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

Shades of Heather #A2BACF

Tints of Heather #A2BACF

Color information

#A2BACF (or 0xA2BACF) is unknown color: approx Heather. HEX triplet: A2, BA and CF. RGB value is (162,186,207). Sum of RGB (Red+Green+Blue) = 162+186+207=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BACF is #5D4530. Grayscale: #B5B5B5. Windows color (decimal): -6112561 or 13613730. OLE color: 13613730.

HSL color Cylindrical-coordinate representation of color #A2BACF: hue angle of 208º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2BACF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162186207-
CMYK0.220.1000.19
HSL208º31.91%72.35%-
HSV(B)208º21.74%81.18%-
XYZ43.7247.365.86-
YUV181.22142.55114.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=29.19%
G=33.51%
B=37.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621862070.220.1000.1920831.9172.35
HexA2BACF16A013d02048
Octal242272317261202332040110
Binary101000101011101011001111101101010010011110100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BACF; }

 p { color: rgb(162,186,207); }

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

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

 a { background-color: rgb(162,186,207); }

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

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

 span { border-color: rgb(162,186,207); }

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