#AEBFFA

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

Shades of Perano #AEBFFA

Tints of Perano #AEBFFA

Color information

#AEBFFA (or 0xAEBFFA) is unknown color: approx Perano. HEX triplet: AE, BF and FA. RGB value is (174,191,250). Sum of RGB (Red+Green+Blue) = 174+191+250=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEBFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFFA is #514005. Grayscale: #C0C0C0. Windows color (decimal): -5324806 or 16433070. OLE color: 16433070.

HSL color Cylindrical-coordinate representation of color #AEBFFA: hue angle of 226.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBFFA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174191250-
CMYK0.300.2400.02
HSL226.58º88.37%83.14%-
HSV(B)226.58º30.4%98.04%-
XYZ53.3453.1697.89-
YUV192.64160.37114.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=28.29%
G=31.06%
B=40.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741912500.300.2400.02226.5888.3783.14
HexAEBFFA1E1802e35853
Octal256277372363002343130123
Binary10101110101111111111101011110110000101110001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFFA; }

 p { color: rgb(174,191,250); }

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

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

 a { background-color: rgb(174,191,250); }

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

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

 span { border-color: rgb(174,191,250); }

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