#AEB2B1

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

Shades of Periglacial Blue #AEB2B1

Tints of Periglacial Blue #AEB2B1

Color information

#AEB2B1 (or 0xAEB2B1) is unknown color: approx Periglacial Blue. HEX triplet: AE, B2 and B1. RGB value is (174,178,177). Sum of RGB (Red+Green+Blue) = 174+178+177=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB2B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB2B1 is #514D4E. Grayscale: #B0B0B0. Windows color (decimal): -5328207 or 11645614. OLE color: 11645614.

HSL color Cylindrical-coordinate representation of color #AEB2B1: hue angle of 165º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEB2B1 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB174178177-
CMYK0.0200.010.30
HSL165º2.53%69.02%-
HSV(B)165º2.25%69.8%-
XYZ41.3144.0147.91-
YUV176.69128.17126.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=32.89%
G=33.65%
B=33.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781770.0200.010.301652.5369.02
HexAEB2B12011Ea5345
Octal256262261201362453105
Binary10101110101100101011000110011111010100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2B1; }

 p { color: rgb(174,178,177); }

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

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

 a { background-color: rgb(174,178,177); }

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

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

 span { border-color: rgb(174,178,177); }

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