#AABEB6

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

Shades of Periglacial Blue #AABEB6

Tints of Periglacial Blue #AABEB6

Color information

#AABEB6 (or 0xAABEB6) is unknown color: approx Periglacial Blue. HEX triplet: AA, BE and B6. RGB value is (170,190,182). Sum of RGB (Red+Green+Blue) = 170+190+182=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEB6 is #554149. Grayscale: #B7B7B7. Windows color (decimal): -5587274 or 11976362. OLE color: 11976362.

HSL color Cylindrical-coordinate representation of color #AABEB6: hue angle of 156º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEB6 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB170190182-
CMYK0.1100.040.25
HSL156º13.33%70.59%-
HSV(B)156º10.53%74.51%-
XYZ43.4348.7551.38-
YUV183.11127.37118.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=31.37%
G=35.06%
B=33.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701901820.1100.040.2515613.3370.59
HexAABEB6B04199cd47
Octal25227626613043123415107
Binary10101010101111101011011010110100110011001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEB6; }

 p { color: rgb(170,190,182); }

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

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

 a { background-color: rgb(170,190,182); }

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

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

 span { border-color: rgb(170,190,182); }

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