#AEBCB7

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

Shades of Periglacial Blue #AEBCB7

Tints of Periglacial Blue #AEBCB7

Color information

#AEBCB7 (or 0xAEBCB7) is unknown color: approx Periglacial Blue. HEX triplet: AE, BC and B7. RGB value is (174,188,183). Sum of RGB (Red+Green+Blue) = 174+188+183=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCB7 is #514348. Grayscale: #B7B7B7. Windows color (decimal): -5325641 or 12041390. OLE color: 12041390.

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

Color convert

RGB174188183-
CMYK0.0700.030.26
HSL158.57º9.46%70.98%-
HSV(B)158.57º7.45%73.73%-
XYZ43.9948.3851.82-
YUV183.24127.86121.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 183 (71.88% from 255) = 33.58%
R=31.93%
G=34.50%
B=33.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881830.0700.030.26158.579.4670.98
HexAEBCB77031A9f947
Octal2562742677033223711107
Binary101011101011110010110111111011110101001111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCB7; }

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

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

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

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

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

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

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

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