#A4BAB3

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

Shades of Periglacial Blue #A4BAB3

Tints of Periglacial Blue #A4BAB3

Color information

#A4BAB3 (or 0xA4BAB3) is unknown color: approx Periglacial Blue. HEX triplet: A4, BA and B3. RGB value is (164,186,179). Sum of RGB (Red+Green+Blue) = 164+186+179=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BAB3 is #5B454C. Grayscale: #B2B2B2. Windows color (decimal): -5981517 or 11778724. OLE color: 11778724.

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

Color convert

RGB164186179-
CMYK0.1200.040.27
HSL160.91º13.75%68.63%-
HSV(B)160.91º11.83%72.94%-
XYZ41.0146.2649.42-
YUV178.62128.21117.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=31.00%
G=35.16%
B=33.84%

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
Decimal1641861790.1200.040.27160.9113.7568.63
HexA4BAB3C041Ba1e45
Octal24427226314043324116105
Binary10100100101110101011001111000100110111010000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAB3; }

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

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

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

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

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

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

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

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