#AEBFF0

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

Shades of Perano #AEBFF0

Tints of Perano #AEBFF0

Color information

#AEBFF0 (or 0xAEBFF0) is unknown color: approx Perano. HEX triplet: AE, BF and F0. RGB value is (174,191,240). Sum of RGB (Red+Green+Blue) = 174+191+240=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEBFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF0 is #51400F. Grayscale: #BFBFBF. Windows color (decimal): -5324816 or 15777710. OLE color: 15777710.

HSL color Cylindrical-coordinate representation of color #AEBFF0: hue angle of 224.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEBFF0 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174191240-
CMYK0.280.2000.06
HSL224.55º68.75%81.18%-
HSV(B)224.55º27.5%94.12%-
XYZ51.8152.5589.85-
YUV191.5155.37115.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=28.76%
G=31.57%
B=39.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1741912400.280.2000.06224.5568.7581.18
HexAEBFF01C1406e14551
Octal256277360342406341105121
Binary101011101011111111110000111001010001101110000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFF0; }

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

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

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

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

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

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

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

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