#AEB3FB

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

Shades of Perano #AEB3FB

Tints of Perano #AEB3FB

Color information

#AEB3FB (or 0xAEB3FB) is unknown color: approx Perano. HEX triplet: AE, B3 and FB. RGB value is (174,179,251). Sum of RGB (Red+Green+Blue) = 174+179+251=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEB3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB3FB is #514C04. Grayscale: #B9B9B9. Windows color (decimal): -5327877 or 16495534. OLE color: 16495534.

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

Color convert

RGB174179251-
CMYK0.310.2900.02
HSL236.1º90.59%83.33%-
HSV(B)236.1º30.68%98.43%-
XYZ50.9948.297.88-
YUV185.71164.84119.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 179 (70.31% from 255) = 29.64%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=28.81%
G=29.64%
B=41.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741792510.310.2900.02236.190.5983.33
HexAEB3FB1F1D02ec5b53
Octal256263373373502354133123
Binary10101110101100111111101111111111010101110110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB3FB; }

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

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

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

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

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

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

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

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