#AABFB6

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

Shades of Periglacial Blue #AABFB6

Tints of Periglacial Blue #AABFB6

Color information

#AABFB6 (or 0xAABFB6) is unknown color: approx Periglacial Blue. HEX triplet: AA, BF and B6. RGB value is (170,191,182). Sum of RGB (Red+Green+Blue) = 170+191+182=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFB6 is #554049. Grayscale: #B7B7B7. Windows color (decimal): -5587018 or 11976618. OLE color: 11976618.

HSL color Cylindrical-coordinate representation of color #AABFB6: hue angle of 154.29º degrees, saturation: 0.14, 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 #AABFB6 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB170191182-
CMYK0.1100.050.25
HSL154.29º14.09%70.78%-
HSV(B)154.29º10.99%74.9%-
XYZ43.6549.1951.45-
YUV183.7127.04118.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=31.31%
G=35.17%
B=33.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911820.1100.050.25154.2914.0970.78
HexAABFB6B05199ae47
Octal25227726613053123216107
Binary10101010101111111011011010110101110011001101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFB6; }

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

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

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

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

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

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

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

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