#AEBEE4

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

Shades of Perano #AEBEE4

Tints of Perano #AEBEE4

Color information

#AEBEE4 (or 0xAEBEE4) is unknown color: approx Perano. HEX triplet: AE, BE and E4. RGB value is (174,190,228). Sum of RGB (Red+Green+Blue) = 174+190+228=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEBEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEE4 is #51411B. Grayscale: #BDBDBD. Windows color (decimal): -5325084 or 14991022. OLE color: 14991022.

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

Color convert

RGB174190228-
CMYK0.240.1700.11
HSL222.22º50%78.82%-
HSV(B)222.22º23.68%89.41%-
XYZ49.8751.4380.7-
YUV189.55149.7116.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=29.39%
G=32.09%
B=38.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741902280.240.1700.11222.225078.82
HexAEBEE418110Bde324f
Octal256276344302101333662117
Binary101011101011111011100100110001000101011110111101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEE4; }

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

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

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

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

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

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

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

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