#A3B9B2

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

Shades of Periglacial Blue #A3B9B2

Tints of Periglacial Blue #A3B9B2

Color information

#A3B9B2 (or 0xA3B9B2) is unknown color: approx Periglacial Blue. HEX triplet: A3, B9 and B2. RGB value is (163,185,178). Sum of RGB (Red+Green+Blue) = 163+185+178=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B9B2 is #5C464D. Grayscale: #B1B1B1. Windows color (decimal): -6047310 or 11712931. OLE color: 11712931.

HSL color Cylindrical-coordinate representation of color #A3B9B2: hue angle of 160.91º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B9B2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB163185178-
CMYK0.1200.040.27
HSL160.91º13.58%68.24%-
HSV(B)160.91º11.89%72.55%-
XYZ40.4945.748.81-
YUV177.62128.21117.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=30.99%
G=35.17%
B=33.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851780.1200.040.27160.9113.5868.24
HexA3B9B2C041Ba1e44
Octal24327126214043324116104
Binary10100011101110011011001011000100110111010000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B9B2; }

 p { color: rgb(163,185,178); }

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

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

 a { background-color: rgb(163,185,178); }

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

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

 span { border-color: rgb(163,185,178); }

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