#A6BCB1

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

Shades of Periglacial Blue #A6BCB1

Tints of Periglacial Blue #A6BCB1

Color information

#A6BCB1 (or 0xA6BCB1) is unknown color: approx Periglacial Blue. HEX triplet: A6, BC and B1. RGB value is (166,188,177). Sum of RGB (Red+Green+Blue) = 166+188+177=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCB1 is #59434E. Grayscale: #B4B4B4. Windows color (decimal): -5849935 or 11648166. OLE color: 11648166.

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

Color convert

RGB166188177-
CMYK0.1200.060.26
HSL150º14.1%69.41%-
HSV(B)150º11.7%73.73%-
XYZ41.6447.2548.52-
YUV180.17126.21117.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=31.26%
G=35.40%
B=33.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881770.1200.060.2615014.169.41
HexA6BCB1C061A96e45
Octal24627426114063222616105
Binary10100110101111001011000111000110110101001011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BCB1; }

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

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

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

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

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

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

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

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