#AAB9B5

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

Shades of Periglacial Blue #AAB9B5

Tints of Periglacial Blue #AAB9B5

Color information

#AAB9B5 (or 0xAAB9B5) is unknown color: approx Periglacial Blue. HEX triplet: AA, B9 and B5. RGB value is (170,185,181). Sum of RGB (Red+Green+Blue) = 170+185+181=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9B5 is #55464A. Grayscale: #B4B4B4. Windows color (decimal): -5588555 or 11909546. OLE color: 11909546.

HSL color Cylindrical-coordinate representation of color #AAB9B5: hue angle of 164º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9B5 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB170185181-
CMYK0.0800.020.27
HSL164º9.68%69.61%-
HSV(B)164º8.11%72.55%-
XYZ42.2746.5850.48-
YUV180.06128.53120.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=31.72%
G=34.51%
B=33.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851810.0800.020.271649.6869.61
HexAAB9B58021Ba4a46
Octal25227126510023324412106
Binary1010101010111001101101011000010110111010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9B5; }

 p { color: rgb(170,185,181); }

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

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

 a { background-color: rgb(170,185,181); }

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

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

 span { border-color: rgb(170,185,181); }

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