#AEBCF4

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

Shades of Perano #AEBCF4

Tints of Perano #AEBCF4

Color information

#AEBCF4 (or 0xAEBCF4) is unknown color: approx Perano. HEX triplet: AE, BC and F4. RGB value is (174,188,244). Sum of RGB (Red+Green+Blue) = 174+188+244=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEBCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCF4 is #51430B. Grayscale: #BDBDBD. Windows color (decimal): -5325580 or 16039086. OLE color: 16039086.

HSL color Cylindrical-coordinate representation of color #AEBCF4: hue angle of 228º 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 #AEBCF4 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB174188244-
CMYK0.290.2300.04
HSL228º76.09%81.96%-
HSV(B)228º28.69%95.69%-
XYZ51.7751.592.8-
YUV190.2158.36116.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 244 (95.70% from 255) = 40.26%
R=28.71%
G=31.02%
B=40.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1741882440.290.2300.0422876.0981.96
HexAEBCF41D1704e44c52
Octal256274364352704344114122
Binary101011101011110011110100111011011101001110010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCF4; }

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

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

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

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

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

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

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

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