#AEB9FC

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

Shades of Perano #AEB9FC

Tints of Perano #AEB9FC

Color information

#AEB9FC (or 0xAEB9FC) is unknown color: approx Perano. HEX triplet: AE, B9 and FC. RGB value is (174,185,252). Sum of RGB (Red+Green+Blue) = 174+185+252=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB9FC is #514603. Grayscale: #BDBDBD. Windows color (decimal): -5326340 or 16562606. OLE color: 16562606.

HSL color Cylindrical-coordinate representation of color #AEB9FC: hue angle of 231.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB9FC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174185252-
CMYK0.310.2700.01
HSL231.54º92.86%83.53%-
HSV(B)231.54º30.95%98.82%-
XYZ52.3850.7299.13-
YUV189.35163.36117.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=28.48%
G=30.28%
B=41.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741852520.310.2700.01231.5492.8683.53
HexAEB9FC1F1B01e85d54
Octal256271374373301350135124
Binary1010111010111001111111001111111011011110100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB9FC; }

 p { color: rgb(174,185,252); }

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

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

 a { background-color: rgb(174,185,252); }

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

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

 span { border-color: rgb(174,185,252); }

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