#A3BACA

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

Shades of Heather #A3BACA

Tints of Heather #A3BACA

Color information

#A3BACA (or 0xA3BACA) is unknown color: approx Heather. HEX triplet: A3, BA and CA. RGB value is (163,186,202). Sum of RGB (Red+Green+Blue) = 163+186+202=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BACA is #5C4535. Grayscale: #B4B4B4. Windows color (decimal): -6047030 or 13286051. OLE color: 13286051.

HSL color Cylindrical-coordinate representation of color #A3BACA: hue angle of 204.62º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3BACA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163186202-
CMYK0.190.0800.21
HSL204.62º26.9%71.57%-
HSV(B)204.62º19.31%79.22%-
XYZ43.3247.1762.7-
YUV180.95139.88115.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.58%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=29.58%
G=33.76%
B=36.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631862020.190.0800.21204.6226.971.57
HexA3BACA138015cd1b48
Octal243272312231002531533110
Binary10100011101110101100101010011100001010111001101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BACA; }

 p { color: rgb(163,186,202); }

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

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

 a { background-color: rgb(163,186,202); }

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

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

 span { border-color: rgb(163,186,202); }

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