#AABBB5

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

Shades of Periglacial Blue #AABBB5

Tints of Periglacial Blue #AABBB5

Color information

#AABBB5 (or 0xAABBB5) is unknown color: approx Periglacial Blue. HEX triplet: AA, BB and B5. RGB value is (170,187,181). Sum of RGB (Red+Green+Blue) = 170+187+181=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBB5 is #55444A. Grayscale: #B5B5B5. Windows color (decimal): -5588043 or 11910058. OLE color: 11910058.

HSL color Cylindrical-coordinate representation of color #AABBB5: hue angle of 158.82º degrees, saturation: 0.11, 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 #AABBB5 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB170187181-
CMYK0.0900.030.27
HSL158.82º11.11%70%-
HSV(B)158.82º9.09%73.33%-
XYZ42.6947.4250.62-
YUV181.23127.87119.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=31.60%
G=34.76%
B=33.64%

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
Decimal1701871810.0900.030.27158.8211.1170
HexAABBB59031B9fb46
Octal25227326511033323713106
Binary1010101010111011101101011001011110111001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBB5; }

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

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

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

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

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

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

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

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