#AEBEF3

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

Shades of Perano #AEBEF3

Tints of Perano #AEBEF3

Color information

#AEBEF3 (or 0xAEBEF3) is unknown color: approx Perano. HEX triplet: AE, BE and F3. RGB value is (174,190,243). Sum of RGB (Red+Green+Blue) = 174+190+243=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEBEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBEF3 is #51410C. Grayscale: #BFBFBF. Windows color (decimal): -5325069 or 15974062. OLE color: 15974062.

HSL color Cylindrical-coordinate representation of color #AEBEF3: hue angle of 226.09º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBEF3 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174190243-
CMYK0.280.2200.05
HSL226.09º74.19%81.76%-
HSV(B)226.09º28.4%95.29%-
XYZ52.0552.392.15-
YUV191.26157.2115.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 243 (95.31% from 255) = 40.03%
R=28.67%
G=31.30%
B=40.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741902430.280.2200.05226.0974.1981.76
HexAEBEF31C1605e24a52
Octal256276363342605342112122
Binary101011101011111011110011111001011001011110001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEF3; }

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

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

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

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

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

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

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

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