#AEB4F3

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

Shades of Perano #AEB4F3

Tints of Perano #AEB4F3

Color information

#AEB4F3 (or 0xAEB4F3) is unknown color: approx Perano. HEX triplet: AE, B4 and F3. RGB value is (174,180,243). Sum of RGB (Red+Green+Blue) = 174+180+243=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEB4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4F3 is #514B0C. Grayscale: #B9B9B9. Windows color (decimal): -5327629 or 15971502. OLE color: 15971502.

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

Color convert

RGB174180243-
CMYK0.280.2600.05
HSL234.78º74.19%81.76%-
HSV(B)234.78º28.4%95.29%-
XYZ49.9548.1191.45-
YUV185.39160.51119.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 180 (70.70% from 255) = 30.15%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=29.15%
G=30.15%
B=40.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741802430.280.2600.05234.7874.1981.76
HexAEB4F31C1A05eb4a52
Octal256264363343205353112122
Binary101011101011010011110011111001101001011110101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4F3; }

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

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

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

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

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

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

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

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