#AEBAF4

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

Shades of Perano #AEBAF4

Tints of Perano #AEBAF4

Color information

#AEBAF4 (or 0xAEBAF4) is unknown color: approx Perano. HEX triplet: AE, BA and F4. RGB value is (174,186,244). Sum of RGB (Red+Green+Blue) = 174+186+244=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEBAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBAF4 is #51450B. Grayscale: #BCBCBC. Windows color (decimal): -5326092 or 16038574. OLE color: 16038574.

HSL color Cylindrical-coordinate representation of color #AEBAF4: hue angle of 229.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBAF4 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174186244-
CMYK0.290.2400.04
HSL229.71º76.09%81.96%-
HSV(B)229.71º28.69%95.69%-
XYZ51.3450.6592.66-
YUV189.02159.02117.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 244 (95.70% from 255) = 40.40%
R=28.81%
G=30.79%
B=40.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741862440.290.2400.04229.7176.0981.96
HexAEBAF41D1804e64c52
Octal256272364353004346114122
Binary101011101011101011110100111011100001001110011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBAF4; }

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

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

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

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

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

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

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

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