#AEB1B0

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

Shades of Periglacial Blue #AEB1B0

Tints of Periglacial Blue #AEB1B0

Color information

#AEB1B0 (or 0xAEB1B0) is unknown color: approx Periglacial Blue. HEX triplet: AE, B1 and B0. RGB value is (174,177,176). Sum of RGB (Red+Green+Blue) = 174+177+176=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB1B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB1B0 is #514E4F. Grayscale: #AFAFAF. Windows color (decimal): -5328464 or 11579822. OLE color: 11579822.

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

Color convert

RGB174177176-
CMYK0.0200.010.31
HSL160º1.89%68.82%-
HSV(B)160º1.69%69.41%-
XYZ41.0143.5847.32-
YUV175.99128.01126.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=33.02%
G=33.59%
B=33.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771760.0200.010.311601.8968.82
HexAEB1B02011Fa0245
Octal256261260201372402105
Binary10101110101100011011000010011111110100000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1B0; }

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

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

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

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

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

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

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

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