#A2BAB1

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

Shades of Periglacial Blue #A2BAB1

Tints of Periglacial Blue #A2BAB1

Color information

#A2BAB1 (or 0xA2BAB1) is unknown color: approx Periglacial Blue. HEX triplet: A2, BA and B1. RGB value is (162,186,177). Sum of RGB (Red+Green+Blue) = 162+186+177=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAB1 is #5D454E. Grayscale: #B1B1B1. Windows color (decimal): -6112591 or 11647650. OLE color: 11647650.

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

Color convert

RGB162186177-
CMYK0.1300.050.27
HSL157.5º14.81%68.24%-
HSV(B)157.5º12.9%72.94%-
XYZ40.445.9748.34-
YUV177.8127.55116.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=30.86%
G=35.43%
B=33.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621861770.1300.050.27157.514.8168.24
HexA2BAB1D051B9df44
Octal24227226115053323517104
Binary10100010101110101011000111010101110111001110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAB1; }

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

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

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

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

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

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

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

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