#A6B9B1

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

Shades of Periglacial Blue #A6B9B1

Tints of Periglacial Blue #A6B9B1

Color information

#A6B9B1 (or 0xA6B9B1) is unknown color: approx Periglacial Blue. HEX triplet: A6, B9 and B1. RGB value is (166,185,177). Sum of RGB (Red+Green+Blue) = 166+185+177=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9B1 is #59464E. Grayscale: #B2B2B2. Windows color (decimal): -5850703 or 11647398. OLE color: 11647398.

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

Color convert

RGB166185177-
CMYK0.1000.040.27
HSL154.74º11.95%68.82%-
HSV(B)154.74º10.27%72.55%-
XYZ41.0145.9848.31-
YUV178.41127.21119.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=31.44%
G=35.04%
B=33.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851770.1000.040.27154.7411.9568.82
HexA6B9B1A041B9bc45
Octal24627126112043323314105
Binary10100110101110011011000110100100110111001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9B1; }

 p { color: rgb(166,185,177); }

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

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

 a { background-color: rgb(166,185,177); }

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

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

 span { border-color: rgb(166,185,177); }

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