#AEBBB6

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

Shades of Periglacial Blue #AEBBB6

Tints of Periglacial Blue #AEBBB6

Color information

#AEBBB6 (or 0xAEBBB6) is unknown color: approx Periglacial Blue. HEX triplet: AE, BB and B6. RGB value is (174,187,182). Sum of RGB (Red+Green+Blue) = 174+187+182=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBB6 is #514449. Grayscale: #B6B6B6. Windows color (decimal): -5325898 or 11975598. OLE color: 11975598.

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

Color convert

RGB174187182-
CMYK0.0700.030.27
HSL156.92º8.72%70.78%-
HSV(B)156.92º6.95%73.33%-
XYZ43.6747.9251.2-
YUV182.54127.69121.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=32.04%
G=34.44%
B=33.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871820.0700.030.27156.928.7270.78
HexAEBBB67031B9d947
Octal2562732667033323511107
Binary101011101011101110110110111011110111001110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBB6; }

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

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

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

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

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

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

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

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