#AEB1FD

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

Shades of Perano #AEB1FD

Tints of Perano #AEB1FD

Color information

#AEB1FD (or 0xAEB1FD) is unknown color: approx Perano. HEX triplet: AE, B1 and FD. RGB value is (174,177,253). Sum of RGB (Red+Green+Blue) = 174+177+253=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEB1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1FD is #514E02. Grayscale: #B8B8B8. Windows color (decimal): -5328387 or 16626094. OLE color: 16626094.

HSL color Cylindrical-coordinate representation of color #AEB1FD: hue angle of 237.72º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB1FD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174177253-
CMYK0.310.3000.01
HSL237.72º95.18%83.73%-
HSV(B)237.72º31.23%99.22%-
XYZ50.9147.5399.42-
YUV184.77166.51120.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=28.81%
G=29.30%
B=41.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741772530.310.3000.01237.7295.1883.73
HexAEB1FD1F1E01ee5f54
Octal256261375373601356137124
Binary1010111010110001111111011111111110011110111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1FD; }

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

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

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

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

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

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

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

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