#AEB6FF

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

Shades of Perano #AEB6FF

Tints of Perano #AEB6FF

Color information

#AEB6FF (or 0xAEB6FF) is unknown color: approx Perano. HEX triplet: AE, B6 and FF. RGB value is (174,182,255). Sum of RGB (Red+Green+Blue) = 174+182+255=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEB6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB6FF is #514900. Grayscale: #BBBBBB. Windows color (decimal): -5327105 or 16758446. OLE color: 16758446.

HSL color Cylindrical-coordinate representation of color #AEB6FF: hue angle of 234.07º 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 #AEB6FF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB174182255-
CMYK0.320.2900
HSL234.07º100%84.12%-
HSV(B)234.07º31.76%100%-
XYZ52.2349.67101.44-
YUV187.93165.85118.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 255 (100% from 255) = 41.73%
R=28.48%
G=29.79%
B=41.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1741822550.320.2900234.0710084.12
HexAEB6FF201D00ea6454
Octal256266377403500352144124
Binary10101110101101101111111110000011101001110101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6FF; }

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

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

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

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

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

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

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

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