#AEBBF6

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

Shades of Perano #AEBBF6

Tints of Perano #AEBBF6

Color information

#AEBBF6 (or 0xAEBBF6) is unknown color: approx Perano. HEX triplet: AE, BB and F6. RGB value is (174,187,246). Sum of RGB (Red+Green+Blue) = 174+187+246=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEBBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBF6 is #514409. Grayscale: #BDBDBD. Windows color (decimal): -5325834 or 16169902. OLE color: 16169902.

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

Color convert

RGB174187246-
CMYK0.290.2400.04
HSL229.17º80%82.35%-
HSV(B)229.17º29.27%96.47%-
XYZ51.8651.1994.34-
YUV189.84159.69116.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 246 (96.48% from 255) = 40.53%
R=28.67%
G=30.81%
B=40.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741872460.290.2400.04229.178082.35
HexAEBBF61D1804e55052
Octal256273366353004345120122
Binary101011101011101111110110111011100001001110010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBF6; }

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

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

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

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

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

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

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

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