#AEBDB7

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

Shades of Periglacial Blue #AEBDB7

Tints of Periglacial Blue #AEBDB7

Color information

#AEBDB7 (or 0xAEBDB7) is unknown color: approx Periglacial Blue. HEX triplet: AE, BD and B7. RGB value is (174,189,183). Sum of RGB (Red+Green+Blue) = 174+189+183=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDB7 is #514248. Grayscale: #B7B7B7. Windows color (decimal): -5325385 or 12041646. OLE color: 12041646.

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

Color convert

RGB174189183-
CMYK0.0800.030.26
HSL156º10.2%71.18%-
HSV(B)156º7.94%74.12%-
XYZ44.248.8151.89-
YUV183.83127.53120.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=31.87%
G=34.62%
B=33.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891830.0800.030.2615610.271.18
HexAEBDB78031A9ca47
Octal25627526710033223412107
Binary1010111010111101101101111000011110101001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDB7; }

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

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

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

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

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

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

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

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