#AEBDF3

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

Shades of Perano #AEBDF3

Tints of Perano #AEBDF3

Color information

#AEBDF3 (or 0xAEBDF3) is unknown color: approx Perano. HEX triplet: AE, BD and F3. RGB value is (174,189,243). Sum of RGB (Red+Green+Blue) = 174+189+243=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEBDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDF3 is #51420C. Grayscale: #BEBEBE. Windows color (decimal): -5325325 or 15973806. OLE color: 15973806.

HSL color Cylindrical-coordinate representation of color #AEBDF3: hue angle of 226.96º degrees, saturation: 0.74, 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 #AEBDF3 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174189243-
CMYK0.280.2200.05
HSL226.96º74.19%81.76%-
HSV(B)226.96º28.4%95.29%-
XYZ51.8351.8692.07-
YUV190.67157.53116.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 243 (95.31% from 255) = 40.10%
R=28.71%
G=31.19%
B=40.10%

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
Decimal1741892430.280.2200.05226.9674.1981.76
HexAEBDF31C1605e34a52
Octal256275363342605343112122
Binary101011101011110111110011111001011001011110001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDF3; }

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

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

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

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

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

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

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

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