#AEBAEC

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

Shades of Perano #AEBAEC

Tints of Perano #AEBAEC

Color information

#AEBAEC (or 0xAEBAEC) is unknown color: approx Perano. HEX triplet: AE, BA and EC. RGB value is (174,186,236). Sum of RGB (Red+Green+Blue) = 174+186+236=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAEC is #514513. Grayscale: #BBBBBB. Windows color (decimal): -5326100 or 15514286. OLE color: 15514286.

HSL color Cylindrical-coordinate representation of color #AEBAEC: hue angle of 228.39º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBAEC is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174186236-
CMYK0.260.2100.07
HSL228.39º62%80.39%-
HSV(B)228.39º26.27%92.55%-
XYZ50.1550.1786.4-
YUV188.11155.02117.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.19%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=29.19%
G=31.21%
B=39.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741862360.260.2100.07228.396280.39
HexAEBAEC1A1507e43e50
Octal25627235432250734476120
Binary10101110101110101110110011010101010111111001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAEC; }

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

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

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

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

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

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

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

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