#AEB4EB

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

Shades of Perano #AEB4EB

Tints of Perano #AEB4EB

Color information

#AEB4EB (or 0xAEB4EB) is unknown color: approx Perano. HEX triplet: AE, B4 and EB. RGB value is (174,180,235). Sum of RGB (Red+Green+Blue) = 174+180+235=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB4EB is #514B14. Grayscale: #B8B8B8. Windows color (decimal): -5327637 or 15447214. OLE color: 15447214.

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

Color convert

RGB174180235-
CMYK0.260.2300.08
HSL234.1º60.4%80.2%-
HSV(B)234.1º25.96%92.16%-
XYZ48.7747.6485.22-
YUV184.48156.51120.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=29.54%
G=30.56%
B=39.90%

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
Decimal1741802350.260.2300.08234.160.480.2
HexAEB4EB1A1708ea3c50
Octal256264353322701035274120
Binary101011101011010011101011110101011101000111010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB4EB; }

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

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

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

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

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

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

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

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