#AEB5F3

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

Shades of Perano #AEB5F3

Tints of Perano #AEB5F3

Color information

#AEB5F3 (or 0xAEB5F3) is unknown color: approx Perano. HEX triplet: AE, B5 and F3. RGB value is (174,181,243). Sum of RGB (Red+Green+Blue) = 174+181+243=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEB5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5F3 is #514A0C. Grayscale: #B9B9B9. Windows color (decimal): -5327373 or 15971758. OLE color: 15971758.

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

Color convert

RGB174181243-
CMYK0.280.2600.05
HSL233.91º74.19%81.76%-
HSV(B)233.91º28.4%95.29%-
XYZ50.1648.5291.52-
YUV185.98160.18119.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.10%
GREEN value IS 181 (71.09% from 255) = 30.27%
BLUE value IS 243 (95.31% from 255) = 40.64%
R=29.10%
G=30.27%
B=40.64%

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
Decimal1741812430.280.2600.05233.9174.1981.76
HexAEB5F31C1A05ea4a52
Octal256265363343205352112122
Binary101011101011010111110011111001101001011110101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5F3; }

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

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

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

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

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

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

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

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