#AEB0FA

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

Shades of Perano #AEB0FA

Tints of Perano #AEB0FA

Color information

#AEB0FA (or 0xAEB0FA) is unknown color: approx Perano. HEX triplet: AE, B0 and FA. RGB value is (174,176,250). Sum of RGB (Red+Green+Blue) = 174+176+250=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0FA is #514F05. Grayscale: #B7B7B7. Windows color (decimal): -5328646 or 16429230. OLE color: 16429230.

HSL color Cylindrical-coordinate representation of color #AEB0FA: hue angle of 238.42º 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 #AEB0FA is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174176250-
CMYK0.300.3000.02
HSL238.42º88.37%83.14%-
HSV(B)238.42º30.4%98.04%-
XYZ50.2446.9596.86-
YUV183.84165.34120.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 176 (69.14% from 255) = 29.33%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=29%
G=29.33%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741762500.300.3000.02238.4288.3783.14
HexAEB0FA1E1E02ee5853
Octal256260372363602356130123
Binary10101110101100001111101011110111100101110111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0FA; }

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

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

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

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

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

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

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

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