#AEBAB6

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

Shades of Periglacial Blue #AEBAB6

Tints of Periglacial Blue #AEBAB6

Color information

#AEBAB6 (or 0xAEBAB6) is unknown color: approx Periglacial Blue. HEX triplet: AE, BA and B6. RGB value is (174,186,182). Sum of RGB (Red+Green+Blue) = 174+186+182=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAB6 is #514549. Grayscale: #B5B5B5. Windows color (decimal): -5326154 or 11975342. OLE color: 11975342.

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

Color convert

RGB174186182-
CMYK0.0600.020.27
HSL160º8%70.59%-
HSV(B)160º6.45%72.94%-
XYZ43.4647.4951.13-
YUV181.96128.02122.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 182 (71.48% from 255) = 33.58%
R=32.10%
G=34.32%
B=33.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861820.0600.020.27160870.59
HexAEBAB66021Ba0847
Octal2562722666023324010107
Binary101011101011101010110110110010110111010000010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAB6; }

 p { color: rgb(174,186,182); }

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

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

 a { background-color: rgb(174,186,182); }

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

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

 span { border-color: rgb(174,186,182); }

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