#AEB3B1

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

Shades of Periglacial Blue #AEB3B1

Tints of Periglacial Blue #AEB3B1

Color information

#AEB3B1 (or 0xAEB3B1) is unknown color: approx Periglacial Blue. HEX triplet: AE, B3 and B1. RGB value is (174,179,177). Sum of RGB (Red+Green+Blue) = 174+179+177=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB3B1 is #514C4E. Grayscale: #B1B1B1. Windows color (decimal): -5327951 or 11645870. OLE color: 11645870.

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

Color convert

RGB174179177-
CMYK0.0300.010.30
HSL156º3.18%69.22%-
HSV(B)156º2.79%70.2%-
XYZ41.5144.4147.98-
YUV177.28127.84125.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=32.83%
G=33.77%
B=33.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791770.0300.010.301563.1869.22
HexAEB3B13011E9c345
Octal256263261301362343105
Binary10101110101100111011000111011111010011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3B1; }

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

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

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

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

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

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

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

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