#A8B6B2

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

Shades of Periglacial Blue #A8B6B2

Tints of Periglacial Blue #A8B6B2

Color information

#A8B6B2 (or 0xA8B6B2) is unknown color: approx Periglacial Blue. HEX triplet: A8, B6 and B2. RGB value is (168,182,178). Sum of RGB (Red+Green+Blue) = 168+182+178=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B6B2 is #57494D. Grayscale: #B1B1B1. Windows color (decimal): -5720398 or 11712168. OLE color: 11712168.

HSL color Cylindrical-coordinate representation of color #A8B6B2: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B6B2 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB168182178-
CMYK0.0800.020.29
HSL162.86º8.75%68.63%-
HSV(B)162.86º7.69%71.37%-
XYZ40.914548.65-
YUV177.36128.36121.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=31.82%
G=34.47%
B=33.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821780.0800.020.29162.868.7568.63
HexA8B6B28021Da3945
Octal25026626210023524311105
Binary1010100010110110101100101000010111011010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B6B2; }

 p { color: rgb(168,182,178); }

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

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

 a { background-color: rgb(168,182,178); }

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

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

 span { border-color: rgb(168,182,178); }

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