#AEB1FE

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

Shades of Perano #AEB1FE

Tints of Perano #AEB1FE

Color information

#AEB1FE (or 0xAEB1FE) is unknown color: approx Perano. HEX triplet: AE, B1 and FE. RGB value is (174,177,254). Sum of RGB (Red+Green+Blue) = 174+177+254=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1FE is #514E01. Grayscale: #B8B8B8. Windows color (decimal): -5328386 or 16691630. OLE color: 16691630.

HSL color Cylindrical-coordinate representation of color #AEB1FE: hue angle of 237.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 #AEB1FE is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174177254-
CMYK0.310.3000.00
HSL237.75º97.56%83.92%-
HSV(B)237.75º31.5%99.61%-
XYZ51.0747.6100.26-
YUV184.88167.01120.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=28.76%
G=29.26%
B=41.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741772540.310.3000.00237.7597.5683.92
HexAEB1FE1F1E00ee6254
Octal256261376373600356142124
Binary1010111010110001111111101111111110001110111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1FE; }

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

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

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

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

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

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

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

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