#A4BAB2

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

Shades of Periglacial Blue #A4BAB2

Tints of Periglacial Blue #A4BAB2

Color information

#A4BAB2 (or 0xA4BAB2) is unknown color: approx Periglacial Blue. HEX triplet: A4, BA and B2. RGB value is (164,186,178). Sum of RGB (Red+Green+Blue) = 164+186+178=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAB2 is #5B454D. Grayscale: #B2B2B2. Windows color (decimal): -5981518 or 11713188. OLE color: 11713188.

HSL color Cylindrical-coordinate representation of color #A4BAB2: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB164186178-
CMYK0.1200.040.27
HSL158.18º13.75%68.63%-
HSV(B)158.18º11.83%72.94%-
XYZ40.946.2248.89-
YUV178.51127.71117.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=31.06%
G=35.23%
B=33.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861780.1200.040.27158.1813.7568.63
HexA4BAB2C041B9ee45
Octal24427226214043323616105
Binary10100100101110101011001011000100110111001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAB2; }

 p { color: rgb(164,186,178); }

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

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

 a { background-color: rgb(164,186,178); }

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

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

 span { border-color: rgb(164,186,178); }

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