#AEB6FA

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

Shades of Perano #AEB6FA

Tints of Perano #AEB6FA

Color information

#AEB6FA (or 0xAEB6FA) is unknown color: approx Perano. HEX triplet: AE, B6 and FA. RGB value is (174,182,250). Sum of RGB (Red+Green+Blue) = 174+182+250=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB6FA is #514905. Grayscale: #BBBBBB. Windows color (decimal): -5327110 or 16430766. OLE color: 16430766.

HSL color Cylindrical-coordinate representation of color #AEB6FA: hue angle of 233.68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB6FA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174182250-
CMYK0.300.2700.02
HSL233.68º88.37%83.14%-
HSV(B)233.68º30.4%98.04%-
XYZ51.4449.3697.26-
YUV187.36163.35118.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=28.71%
G=30.03%
B=41.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741822500.300.2700.02233.6888.3783.14
HexAEB6FA1E1B02ea5853
Octal256266372363302352130123
Binary10101110101101101111101011110110110101110101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6FA; }

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

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

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

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

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

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

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

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