#AEBAEF

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

Shades of Perano #AEBAEF

Tints of Perano #AEBAEF

Color information

#AEBAEF (or 0xAEBAEF) is unknown color: approx Perano. HEX triplet: AE, BA and EF. RGB value is (174,186,239). Sum of RGB (Red+Green+Blue) = 174+186+239=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAEF is #514510. Grayscale: #BCBCBC. Windows color (decimal): -5326097 or 15710894. OLE color: 15710894.

HSL color Cylindrical-coordinate representation of color #AEBAEF: hue angle of 228.92º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBAEF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174186239-
CMYK0.270.2200.06
HSL228.92º67.01%80.98%-
HSV(B)228.92º27.2%93.73%-
XYZ50.5950.3588.71-
YUV188.45156.52117.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=29.05%
G=31.05%
B=39.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741862390.270.2200.06228.9267.0180.98
HexAEBAEF1B1606e54351
Octal256272357332606345103121
Binary101011101011101011101111110111011001101110010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAEF; }

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

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

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

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

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

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

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

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