#AEBDF2

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

Shades of Perano #AEBDF2

Tints of Perano #AEBDF2

Color information

#AEBDF2 (or 0xAEBDF2) is unknown color: approx Perano. HEX triplet: AE, BD and F2. RGB value is (174,189,242). Sum of RGB (Red+Green+Blue) = 174+189+242=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDF2 is #51420D. Grayscale: #BEBEBE. Windows color (decimal): -5325326 or 15908270. OLE color: 15908270.

HSL color Cylindrical-coordinate representation of color #AEBDF2: hue angle of 226.76º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBDF2 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174189242-
CMYK0.280.2200.05
HSL226.76º72.34%81.57%-
HSV(B)226.76º28.1%94.9%-
XYZ51.6851.891.28-
YUV190.56157.03116.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 242 (94.92% from 255) = 40%
R=28.76%
G=31.24%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741892420.280.2200.05226.7672.3481.57
HexAEBDF21C1605e34852
Octal256275362342605343110122
Binary101011101011110111110010111001011001011110001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDF2; }

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

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

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

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

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

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

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

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