#AEB4B1

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

Shades of Periglacial Blue #AEB4B1

Tints of Periglacial Blue #AEB4B1

Color information

#AEB4B1 (or 0xAEB4B1) is unknown color: approx Periglacial Blue. HEX triplet: AE, B4 and B1. RGB value is (174,180,177). Sum of RGB (Red+Green+Blue) = 174+180+177=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB4B1 is #514B4E. Grayscale: #B1B1B1. Windows color (decimal): -5327695 or 11646126. OLE color: 11646126.

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

Color convert

RGB174180177-
CMYK0.0300.020.29
HSL150º3.85%69.41%-
HSV(B)150º3.33%70.59%-
XYZ41.7144.8248.05-
YUV177.86127.51125.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.77%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=32.77%
G=33.90%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801770.0300.020.291503.8569.41
HexAEB4B13021D96445
Octal256264261302352264105
Binary1010111010110100101100011101011101100101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4B1; }

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

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

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

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

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

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

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

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