#AEB4B2

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

Shades of Periglacial Blue #AEB4B2

Tints of Periglacial Blue #AEB4B2

Color information

#AEB4B2 (or 0xAEB4B2) is unknown color: approx Periglacial Blue. HEX triplet: AE, B4 and B2. RGB value is (174,180,178). Sum of RGB (Red+Green+Blue) = 174+180+178=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB4B2 is #514B4D. Grayscale: #B1B1B1. Windows color (decimal): -5327694 or 11711662. OLE color: 11711662.

HSL color Cylindrical-coordinate representation of color #AEB4B2: hue angle of 160º 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 #AEB4B2 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB174180178-
CMYK0.0300.010.29
HSL160º3.85%69.41%-
HSV(B)160º3.33%70.59%-
XYZ41.8144.8648.57-
YUV177.98128.01125.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=32.71%
G=33.83%
B=33.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801780.0300.010.291603.8569.41
HexAEB4B23011Da0445
Octal256264262301352404105
Binary101011101011010010110010110111101101000001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4B2; }

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

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

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

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

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

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

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

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