#AEB5FB

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

Shades of Perano #AEB5FB

Tints of Perano #AEB5FB

Color information

#AEB5FB (or 0xAEB5FB) is unknown color: approx Perano. HEX triplet: AE, B5 and FB. RGB value is (174,181,251). Sum of RGB (Red+Green+Blue) = 174+181+251=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB5FB is #514A04. Grayscale: #BABABA. Windows color (decimal): -5327365 or 16496046. OLE color: 16496046.

HSL color Cylindrical-coordinate representation of color #AEB5FB: hue angle of 234.55º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB5FB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174181251-
CMYK0.310.2800.02
HSL234.55º90.59%83.33%-
HSV(B)234.55º30.68%98.43%-
XYZ51.3949.0198.02-
YUV186.89164.18118.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=28.71%
G=29.87%
B=41.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741812510.310.2800.02234.5590.5983.33
HexAEB5FB1F1C02eb5b53
Octal256265373373402353133123
Binary10101110101101011111101111111111000101110101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB5FB; }

 p { color: rgb(174,181,251); }

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

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

 a { background-color: rgb(174,181,251); }

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

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

 span { border-color: rgb(174,181,251); }

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