#A2BCB2

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

Shades of Periglacial Blue #A2BCB2

Tints of Periglacial Blue #A2BCB2

Color information

#A2BCB2 (or 0xA2BCB2) is unknown color: approx Periglacial Blue. HEX triplet: A2, BC and B2. RGB value is (162,188,178). Sum of RGB (Red+Green+Blue) = 162+188+178=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCB2 is #5D434D. Grayscale: #B3B3B3. Windows color (decimal): -6112078 or 11713698. OLE color: 11713698.

HSL color Cylindrical-coordinate representation of color #A2BCB2: hue angle of 156.92º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BCB2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB162188178-
CMYK0.1400.050.26
HSL156.92º16.25%68.63%-
HSV(B)156.92º13.83%73.73%-
XYZ40.9246.8649.01-
YUV179.09127.39115.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=30.68%
G=35.61%
B=33.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881780.1400.050.26156.9216.2568.63
HexA2BCB2E051A9d1045
Octal24227426216053223520105
Binary101000101011110010110010111001011101010011101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCB2; }

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

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

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

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

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

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

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

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