#AEBDF9

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

Shades of Perano #AEBDF9

Tints of Perano #AEBDF9

Color information

#AEBDF9 (or 0xAEBDF9) is unknown color: approx Perano. HEX triplet: AE, BD and F9. RGB value is (174,189,249). Sum of RGB (Red+Green+Blue) = 174+189+249=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #AEBDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDF9 is #514206. Grayscale: #BFBFBF. Windows color (decimal): -5325319 or 16367022. OLE color: 16367022.

HSL color Cylindrical-coordinate representation of color #AEBDF9: hue angle of 228º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBDF9 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174189249-
CMYK0.300.2400.02
HSL228º86.21%82.94%-
HSV(B)228º30.12%97.65%-
XYZ52.7552.2396.92-
YUV191.36160.53115.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 189 (74.22% from 255) = 30.88%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=28.43%
G=30.88%
B=40.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741892490.300.2400.0222886.2182.94
HexAEBDF91E1802e45653
Octal256275371363002344126123
Binary10101110101111011111100111110110000101110010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDF9; }

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

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

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

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

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

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

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

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