#A4B9B0

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

Shades of Periglacial Blue #A4B9B0

Tints of Periglacial Blue #A4B9B0

Color information

#A4B9B0 (or 0xA4B9B0) is unknown color: approx Periglacial Blue. HEX triplet: A4, B9 and B0. RGB value is (164,185,176). Sum of RGB (Red+Green+Blue) = 164+185+176=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9B0 is #5B464F. Grayscale: #B1B1B1. Windows color (decimal): -5981776 or 11581860. OLE color: 11581860.

HSL color Cylindrical-coordinate representation of color #A4B9B0: hue angle of 154.29º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B9B0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB164185176-
CMYK0.1100.050.27
HSL154.29º13.04%68.43%-
HSV(B)154.29º11.35%72.55%-
XYZ40.545.7347.77-
YUV177.7127.04118.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 176 (69.14% from 255) = 33.52%
R=31.24%
G=35.24%
B=33.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851760.1100.050.27154.2913.0468.43
HexA4B9B0B051B9ad44
Octal24427126013053323215104
Binary10100100101110011011000010110101110111001101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9B0; }

 p { color: rgb(164,185,176); }

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

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

 a { background-color: rgb(164,185,176); }

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

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

 span { border-color: rgb(164,185,176); }

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