#AEB2FF

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

Shades of Perano #AEB2FF

Tints of Perano #AEB2FF

Color information

#AEB2FF (or 0xAEB2FF) is unknown color: approx Perano. HEX triplet: AE, B2 and FF. RGB value is (174,178,255). Sum of RGB (Red+Green+Blue) = 174+178+255=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2FF is #514D00. Grayscale: #B9B9B9. Windows color (decimal): -5328129 or 16757422. OLE color: 16757422.

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

Color convert

RGB174178255-
CMYK0.320.3000
HSL237.04º100%84.12%-
HSV(B)237.04º31.76%100%-
XYZ51.4348.06101.17-
YUV185.58167.17119.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 255 (100% from 255) = 42.01%
R=28.67%
G=29.32%
B=42.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741782550.320.3000237.0410084.12
HexAEB2FF201E00ed6454
Octal256262377403600355144124
Binary10101110101100101111111110000011110001110110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2FF; }

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

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

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

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

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

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

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

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