#A6BAAF

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

Shades of Periglacial Blue #A6BAAF

Tints of Periglacial Blue #A6BAAF

Color information

#A6BAAF (or 0xA6BAAF) is unknown color: approx Periglacial Blue. HEX triplet: A6, BA and AF. RGB value is (166,186,175). Sum of RGB (Red+Green+Blue) = 166+186+175=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAAF is #594550. Grayscale: #B2B2B2. Windows color (decimal): -5850449 or 11516582. OLE color: 11516582.

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

Color convert

RGB166186175-
CMYK0.1100.060.27
HSL147º12.66%69.02%-
HSV(B)147º10.75%72.94%-
XYZ41.0246.3247.34-
YUV178.77125.87118.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=31.50%
G=35.29%
B=33.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661861750.1100.060.2714712.6669.02
HexA6BAAFB061B93d45
Octal24627225713063322315105
Binary10100110101110101010111110110110110111001001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAAF; }

 p { color: rgb(166,186,175); }

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

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

 a { background-color: rgb(166,186,175); }

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

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

 span { border-color: rgb(166,186,175); }

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