#AABDB5

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

Shades of Periglacial Blue #AABDB5

Tints of Periglacial Blue #AABDB5

Color information

#AABDB5 (or 0xAABDB5) is unknown color: approx Periglacial Blue. HEX triplet: AA, BD and B5. RGB value is (170,189,181). Sum of RGB (Red+Green+Blue) = 170+189+181=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDB5 is #55424A. Grayscale: #B6B6B6. Windows color (decimal): -5587531 or 11910570. OLE color: 11910570.

HSL color Cylindrical-coordinate representation of color #AABDB5: hue angle of 154.74º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AABDB5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB170189181-
CMYK0.1000.040.26
HSL154.74º12.58%70.39%-
HSV(B)154.74º10.05%74.12%-
XYZ43.1248.2850.76-
YUV182.41127.21119.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=31.48%
G=35%
B=33.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891810.1000.040.26154.7412.5870.39
HexAABDB5A041A9bd46
Octal25227526512043223315106
Binary10101010101111011011010110100100110101001101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDB5; }

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

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

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

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

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

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

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

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