#AEBDF4

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

Shades of Perano #AEBDF4

Tints of Perano #AEBDF4

Color information

#AEBDF4 (or 0xAEBDF4) is unknown color: approx Perano. HEX triplet: AE, BD and F4. RGB value is (174,189,244). Sum of RGB (Red+Green+Blue) = 174+189+244=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEBDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDF4 is #51420B. Grayscale: #BEBEBE. Windows color (decimal): -5325324 or 16039342. OLE color: 16039342.

HSL color Cylindrical-coordinate representation of color #AEBDF4: hue angle of 227.14º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBDF4 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174189244-
CMYK0.290.2300.04
HSL227.14º76.09%81.96%-
HSV(B)227.14º28.69%95.69%-
XYZ51.9851.9392.87-
YUV190.78158.03116.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 244 (95.70% from 255) = 40.20%
R=28.67%
G=31.14%
B=40.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741892440.290.2300.04227.1476.0981.96
HexAEBDF41D1704e34c52
Octal256275364352704343114122
Binary101011101011110111110100111011011101001110001110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDF4; }

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

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

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

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

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

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

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

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