#AEBBB7

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

Shades of Periglacial Blue #AEBBB7

Tints of Periglacial Blue #AEBBB7

Color information

#AEBBB7 (or 0xAEBBB7) is unknown color: approx Periglacial Blue. HEX triplet: AE, BB and B7. RGB value is (174,187,183). Sum of RGB (Red+Green+Blue) = 174+187+183=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBB7 is #514448. Grayscale: #B6B6B6. Windows color (decimal): -5325897 or 12041134. OLE color: 12041134.

HSL color Cylindrical-coordinate representation of color #AEBBB7: hue angle of 161.54º 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 #AEBBB7 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB174187183-
CMYK0.0700.020.27
HSL161.54º8.72%70.78%-
HSV(B)161.54º6.95%73.33%-
XYZ43.7747.9651.75-
YUV182.66128.19121.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 183 (71.88% from 255) = 33.64%
R=31.99%
G=34.38%
B=33.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871830.0700.020.27161.548.7270.78
HexAEBBB77021Ba2947
Octal2562732677023324211107
Binary101011101011101110110111111010110111010001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBB7; }

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

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

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

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

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

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

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

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