#AEB5EB

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

Shades of Perano #AEB5EB

Tints of Perano #AEB5EB

Color information

#AEB5EB (or 0xAEB5EB) is unknown color: approx Perano. HEX triplet: AE, B5 and EB. RGB value is (174,181,235). Sum of RGB (Red+Green+Blue) = 174+181+235=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEB5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5EB is #514A14. Grayscale: #B8B8B8. Windows color (decimal): -5327381 or 15447470. OLE color: 15447470.

HSL color Cylindrical-coordinate representation of color #AEB5EB: hue angle of 233.11º 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 #AEB5EB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174181235-
CMYK0.260.2300.08
HSL233.11º60.4%80.2%-
HSV(B)233.11º25.96%92.16%-
XYZ48.9748.0485.29-
YUV185.06156.18120.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=29.49%
G=30.68%
B=39.83%

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
Decimal1741812350.260.2300.08233.1160.480.2
HexAEB5EB1A1708e93c50
Octal256265353322701035174120
Binary101011101011010111101011110101011101000111010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5EB; }

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

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

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

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

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

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

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

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