#AABAB3

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

Shades of Periglacial Blue #AABAB3

Tints of Periglacial Blue #AABAB3

Color information

#AABAB3 (or 0xAABAB3) is unknown color: approx Periglacial Blue. HEX triplet: AA, BA and B3. RGB value is (170,186,179). Sum of RGB (Red+Green+Blue) = 170+186+179=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAB3 is #55454C. Grayscale: #B4B4B4. Windows color (decimal): -5588301 or 11778730. OLE color: 11778730.

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

Color convert

RGB170186179-
CMYK0.0900.040.27
HSL153.75º10.39%69.8%-
HSV(B)153.75º8.6%72.94%-
XYZ42.2746.9249.48-
YUV180.42127.2120.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=31.78%
G=34.77%
B=33.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861790.0900.040.27153.7510.3969.8
HexAABAB39041B9aa46
Octal25227226311043323212106
Binary10101010101110101011001110010100110111001101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAB3; }

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

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

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

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

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

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

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

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