#AEB3E4

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

Shades of Perano #AEB3E4

Tints of Perano #AEB3E4

Color information

#AEB3E4 (or 0xAEB3E4) is unknown color: approx Perano. HEX triplet: AE, B3 and E4. RGB value is (174,179,228). Sum of RGB (Red+Green+Blue) = 174+179+228=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEB3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3E4 is #514C1B. Grayscale: #B6B6B6. Windows color (decimal): -5327900 or 14988206. OLE color: 14988206.

HSL color Cylindrical-coordinate representation of color #AEB3E4: hue angle of 234.44º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEB3E4 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174179228-
CMYK0.240.2100.11
HSL234.44º50%78.82%-
HSV(B)234.44º23.68%89.41%-
XYZ47.5846.8479.93-
YUV183.09153.34121.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 228 (89.45% from 255) = 39.24%
R=29.95%
G=30.81%
B=39.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741792280.240.2100.11234.445078.82
HexAEB3E418150Bea324f
Octal256263344302501335262117
Binary101011101011001111100100110001010101011111010101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3E4; }

 p { color: rgb(174,179,228); }

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

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

 a { background-color: rgb(174,179,228); }

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

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

 span { border-color: rgb(174,179,228); }

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