#A2BBB2

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

Shades of Periglacial Blue #A2BBB2

Tints of Periglacial Blue #A2BBB2

Color information

#A2BBB2 (or 0xA2BBB2) is unknown color: approx Periglacial Blue. HEX triplet: A2, BB and B2. RGB value is (162,187,178). Sum of RGB (Red+Green+Blue) = 162+187+178=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBB2 is #5D444D. Grayscale: #B2B2B2. Windows color (decimal): -6112334 or 11713442. OLE color: 11713442.

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

Color convert

RGB162187178-
CMYK0.1300.050.27
HSL158.4º15.53%68.43%-
HSV(B)158.4º13.37%73.33%-
XYZ40.7146.4448.94-
YUV178.5127.72116.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=30.74%
G=35.48%
B=33.78%

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
Decimal1621871780.1300.050.27158.415.5368.43
HexA2BBB2D051B9e1044
Octal24227326215053323620104
Binary101000101011101110110010110101011101110011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBB2; }

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

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

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

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

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

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

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

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