#AEBFF7

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

Shades of Perano #AEBFF7

Tints of Perano #AEBFF7

Color information

#AEBFF7 (or 0xAEBFF7) is unknown color: approx Perano. HEX triplet: AE, BF and F7. RGB value is (174,191,247). Sum of RGB (Red+Green+Blue) = 174+191+247=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEBFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFF7 is #514008. Grayscale: #C0C0C0. Windows color (decimal): -5324809 or 16236462. OLE color: 16236462.

HSL color Cylindrical-coordinate representation of color #AEBFF7: hue angle of 226.03º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBFF7 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB174191247-
CMYK0.300.2300.03
HSL226.03º82.02%82.55%-
HSV(B)226.03º29.55%96.86%-
XYZ52.8752.9895.43-
YUV192.3158.87114.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.43%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 247 (96.88% from 255) = 40.36%
R=28.43%
G=31.21%
B=40.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1741912470.300.2300.03226.0382.0282.55
HexAEBFF71E1703e25253
Octal256277367362703342122123
Binary10101110101111111111011111110101110111110001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFF7; }

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

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

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

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

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

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

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

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