#AEB6EB

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

Shades of Perano #AEB6EB

Tints of Perano #AEB6EB

Color information

#AEB6EB (or 0xAEB6EB) is unknown color: approx Perano. HEX triplet: AE, B6 and EB. RGB value is (174,182,235). Sum of RGB (Red+Green+Blue) = 174+182+235=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEB6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB6EB is #514914. Grayscale: #B9B9B9. Windows color (decimal): -5327125 or 15447726. OLE color: 15447726.

HSL color Cylindrical-coordinate representation of color #AEB6EB: hue angle of 232.13º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB6EB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174182235-
CMYK0.260.2300.08
HSL232.13º60.4%80.2%-
HSV(B)232.13º25.96%92.16%-
XYZ49.1848.4585.36-
YUV185.65155.85119.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=29.44%
G=30.80%
B=39.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741822350.260.2300.08232.1360.480.2
HexAEB6EB1A1708e83c50
Octal256266353322701035074120
Binary101011101011011011101011110101011101000111010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6EB; }

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

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

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

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

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

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

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

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