#AEB1F8

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

Shades of Perano #AEB1F8

Tints of Perano #AEB1F8

Color information

#AEB1F8 (or 0xAEB1F8) is unknown color: approx Perano. HEX triplet: AE, B1 and F8. RGB value is (174,177,248). Sum of RGB (Red+Green+Blue) = 174+177+248=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEB1F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB1F8 is #514E07. Grayscale: #B7B7B7. Windows color (decimal): -5328392 or 16298414. OLE color: 16298414.

HSL color Cylindrical-coordinate representation of color #AEB1F8: hue angle of 237.57º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB1F8 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174177248-
CMYK0.300.2900.03
HSL237.57º84.09%82.75%-
HSV(B)237.57º29.84%97.25%-
XYZ50.1247.2295.28-
YUV184.2164.01120.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 248 (97.27% from 255) = 41.40%
R=29.05%
G=29.55%
B=41.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1741772480.300.2900.03237.5784.0982.75
HexAEB1F81E1D03ee5453
Octal256261370363503356124123
Binary10101110101100011111100011110111010111110111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1F8; }

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

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

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

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

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

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

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

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