#AEBAE4

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

Shades of Perano #AEBAE4

Tints of Perano #AEBAE4

Color information

#AEBAE4 (or 0xAEBAE4) is unknown color: approx Perano. HEX triplet: AE, BA and E4. RGB value is (174,186,228). Sum of RGB (Red+Green+Blue) = 174+186+228=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEBAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAE4 is #51451B. Grayscale: #BBBBBB. Windows color (decimal): -5326108 or 14989998. OLE color: 14989998.

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

Color convert

RGB174186228-
CMYK0.240.1800.11
HSL226.67º50%78.82%-
HSV(B)226.67º23.68%89.41%-
XYZ49.0249.7280.41-
YUV187.2151.02118.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 228 (89.45% from 255) = 38.78%
R=29.59%
G=31.63%
B=38.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741862280.240.1800.11226.675078.82
HexAEBAE418120Be3324f
Octal256272344302201334362117
Binary101011101011101011100100110001001001011111000111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAE4; }

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

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

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

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

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

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

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

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