#AEB2FD

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

Shades of Perano #AEB2FD

Tints of Perano #AEB2FD

Color information

#AEB2FD (or 0xAEB2FD) is unknown color: approx Perano. HEX triplet: AE, B2 and FD. RGB value is (174,178,253). Sum of RGB (Red+Green+Blue) = 174+178+253=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2FD is #514D02. Grayscale: #B9B9B9. Windows color (decimal): -5328131 or 16626350. OLE color: 16626350.

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

Color convert

RGB174178253-
CMYK0.310.3000.01
HSL236.96º95.18%83.73%-
HSV(B)236.96º31.23%99.22%-
XYZ51.1147.9399.49-
YUV185.35166.17119.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=28.76%
G=29.42%
B=41.82%

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
Decimal1741782530.310.3000.01236.9695.1883.73
HexAEB2FD1F1E01ed5f54
Octal256262375373601355137124
Binary1010111010110010111111011111111110011110110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2FD; }

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

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

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

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

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

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

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

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