#AEB6F6

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

Shades of Perano #AEB6F6

Tints of Perano #AEB6F6

Color information

#AEB6F6 (or 0xAEB6F6) is unknown color: approx Perano. HEX triplet: AE, B6 and F6. RGB value is (174,182,246). Sum of RGB (Red+Green+Blue) = 174+182+246=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEB6F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB6F6 is #514909. Grayscale: #BABABA. Windows color (decimal): -5327114 or 16168622. OLE color: 16168622.

HSL color Cylindrical-coordinate representation of color #AEB6F6: hue angle of 233.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEB6F6 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174182246-
CMYK0.290.2600.04
HSL233.33º80%82.35%-
HSV(B)233.33º29.27%96.47%-
XYZ50.8249.1193.99-
YUV186.9161.35118.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 182 (71.48% from 255) = 30.23%
BLUE value IS 246 (96.48% from 255) = 40.86%
R=28.90%
G=30.23%
B=40.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741822460.290.2600.04233.338082.35
HexAEB6F61D1A04e95052
Octal256266366353204351120122
Binary101011101011011011110110111011101001001110100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6F6; }

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

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

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

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

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

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

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

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