#AEBCF2

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

Shades of Perano #AEBCF2

Tints of Perano #AEBCF2

Color information

#AEBCF2 (or 0xAEBCF2) is unknown color: approx Perano. HEX triplet: AE, BC and F2. RGB value is (174,188,242). Sum of RGB (Red+Green+Blue) = 174+188+242=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEBCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCF2 is #51430D. Grayscale: #BDBDBD. Windows color (decimal): -5325582 or 15908014. OLE color: 15908014.

HSL color Cylindrical-coordinate representation of color #AEBCF2: hue angle of 227.65º degrees, saturation: 0.72, 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 #AEBCF2 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174188242-
CMYK0.280.2200.05
HSL227.65º72.34%81.57%-
HSV(B)227.65º28.1%94.9%-
XYZ51.4751.3891.21-
YUV189.97157.36116.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=28.81%
G=31.13%
B=40.07%

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
Decimal1741882420.280.2200.05227.6572.3481.57
HexAEBCF21C1605e44852
Octal256274362342605344110122
Binary101011101011110011110010111001011001011110010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCF2; }

 p { color: rgb(174,188,242); }

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

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

 a { background-color: rgb(174,188,242); }

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

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

 span { border-color: rgb(174,188,242); }

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