#AEBCB6

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

Shades of Periglacial Blue #AEBCB6

Tints of Periglacial Blue #AEBCB6

Color information

#AEBCB6 (or 0xAEBCB6) is unknown color: approx Periglacial Blue. HEX triplet: AE, BC and B6. RGB value is (174,188,182). Sum of RGB (Red+Green+Blue) = 174+188+182=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCB6 is #514349. Grayscale: #B7B7B7. Windows color (decimal): -5325642 or 11975854. OLE color: 11975854.

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

Color convert

RGB174188182-
CMYK0.0700.030.26
HSL154.29º9.46%70.98%-
HSV(B)154.29º7.45%73.73%-
XYZ43.8848.3451.27-
YUV183.13127.36121.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=31.99%
G=34.56%
B=33.46%

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
Decimal1741881820.0700.030.26154.299.4670.98
HexAEBCB67031A9a947
Octal2562742667033223211107
Binary101011101011110010110110111011110101001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCB6; }

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

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

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

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

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

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

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

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