#A6C0B4

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

Shades of Periglacial Blue #A6C0B4

Tints of Periglacial Blue #A6C0B4

Color information

#A6C0B4 (or 0xA6C0B4) is unknown color: approx Periglacial Blue. HEX triplet: A6, C0 and B4. RGB value is (166,192,180). Sum of RGB (Red+Green+Blue) = 166+192+180=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0B4 is #593F4B. Grayscale: #B6B6B6. Windows color (decimal): -5848908 or 11845798. OLE color: 11845798.

HSL color Cylindrical-coordinate representation of color #A6C0B4: hue angle of 152.31º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C0B4 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB166192180-
CMYK0.1400.060.25
HSL152.31º17.11%70.2%-
HSV(B)152.31º13.54%75.29%-
XYZ42.8149.150.4-
YUV182.86126.39115.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.86%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=30.86%
G=35.69%
B=33.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921800.1400.060.25152.3117.1170.2
HexA6C0B4E0619981146
Octal24630026416063123021106
Binary101001101100000010110100111001101100110011000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C0B4; }

 p { color: rgb(166,192,180); }

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

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

 a { background-color: rgb(166,192,180); }

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

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

 span { border-color: rgb(166,192,180); }

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