#A2BBB1

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

Shades of Periglacial Blue #A2BBB1

Tints of Periglacial Blue #A2BBB1

Color information

#A2BBB1 (or 0xA2BBB1) is unknown color: approx Periglacial Blue. HEX triplet: A2, BB and B1. RGB value is (162,187,177). Sum of RGB (Red+Green+Blue) = 162+187+177=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBB1 is #5D444E. Grayscale: #B2B2B2. Windows color (decimal): -6112335 or 11647906. OLE color: 11647906.

HSL color Cylindrical-coordinate representation of color #A2BBB1: hue angle of 156º degrees, saturation: 0.16, 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 #A2BBB1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB162187177-
CMYK0.1300.050.27
HSL156º15.53%68.43%-
HSV(B)156º13.37%73.33%-
XYZ40.6146.448.41-
YUV178.38127.22116.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=30.80%
G=35.55%
B=33.65%

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
Decimal1621871770.1300.050.2715615.5368.43
HexA2BBB1D051B9c1044
Octal24227326115053323420104
Binary101000101011101110110001110101011101110011100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBB1; }

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

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

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

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

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

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

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

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