#AEB5FE

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

Shades of Perano #AEB5FE

Tints of Perano #AEB5FE

Color information

#AEB5FE (or 0xAEB5FE) is unknown color: approx Perano. HEX triplet: AE, B5 and FE. RGB value is (174,181,254). Sum of RGB (Red+Green+Blue) = 174+181+254=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5FE is #514A01. Grayscale: #BABABA. Windows color (decimal): -5327362 or 16692654. OLE color: 16692654.

HSL color Cylindrical-coordinate representation of color #AEB5FE: hue angle of 234.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB5FE is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174181254-
CMYK0.310.2900.00
HSL234.75º97.56%83.92%-
HSV(B)234.75º31.5%99.61%-
XYZ51.8749.2100.53-
YUV187.23165.68118.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.57%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=28.57%
G=29.72%
B=41.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741812540.310.2900.00234.7597.5683.92
HexAEB5FE1F1D00eb6254
Octal256265376373500353142124
Binary1010111010110101111111101111111101001110101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5FE; }

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

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

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

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

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

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

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

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