#A2C0B2

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

Shades of Periglacial Blue #A2C0B2

Tints of Periglacial Blue #A2C0B2

Color information

#A2C0B2 (or 0xA2C0B2) is unknown color: approx Periglacial Blue. HEX triplet: A2, C0 and B2. RGB value is (162,192,178). Sum of RGB (Red+Green+Blue) = 162+192+178=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C0B2 is #5D3F4D. Grayscale: #B5B5B5. Windows color (decimal): -6111054 or 11714722. OLE color: 11714722.

HSL color Cylindrical-coordinate representation of color #A2C0B2: hue angle of 152º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C0B2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB162192178-
CMYK0.1600.070.25
HSL152º19.23%69.41%-
HSV(B)152º15.62%75.29%-
XYZ41.7948.649.3-
YUV181.43126.06114.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=30.45%
G=36.09%
B=33.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921780.1600.070.2515219.2369.41
HexA2C0B2100719981345
Octal24230026220073123023105
Binary1010001011000000101100101000001111100110011000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C0B2; }

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

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

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

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

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

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

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

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