#AEB2FB

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

Shades of Perano #AEB2FB

Tints of Perano #AEB2FB

Color information

#AEB2FB (or 0xAEB2FB) is unknown color: approx Perano. HEX triplet: AE, B2 and FB. RGB value is (174,178,251). Sum of RGB (Red+Green+Blue) = 174+178+251=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEB2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB2FB is #514D04. Grayscale: #B8B8B8. Windows color (decimal): -5328133 or 16495278. OLE color: 16495278.

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

Color convert

RGB174178251-
CMYK0.310.2900.02
HSL236.88º90.59%83.33%-
HSV(B)236.88º30.68%98.43%-
XYZ50.7947.897.82-
YUV185.13165.17120.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=28.86%
G=29.52%
B=41.63%

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
Decimal1741782510.310.2900.02236.8890.5983.33
HexAEB2FB1F1D02ed5b53
Octal256262373373502355133123
Binary10101110101100101111101111111111010101110110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB2FB; }

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

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

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

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

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

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

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

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