#AABAB5

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

Shades of Periglacial Blue #AABAB5

Tints of Periglacial Blue #AABAB5

Color information

#AABAB5 (or 0xAABAB5) is unknown color: approx Periglacial Blue. HEX triplet: AA, BA and B5. RGB value is (170,186,181). Sum of RGB (Red+Green+Blue) = 170+186+181=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAB5 is #55454A. Grayscale: #B4B4B4. Windows color (decimal): -5588299 or 11909802. OLE color: 11909802.

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

Color convert

RGB170186181-
CMYK0.0900.030.27
HSL161.25º10.39%69.8%-
HSV(B)161.25º8.6%72.94%-
XYZ42.484750.55-
YUV180.65128.2120.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=31.66%
G=34.64%
B=33.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861810.0900.030.27161.2510.3969.8
HexAABAB59031Ba1a46
Octal25227226511033324112106
Binary1010101010111010101101011001011110111010000110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAB5; }

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

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

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

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

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

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

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

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