#AEB6FB

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

Shades of Perano #AEB6FB

Tints of Perano #AEB6FB

Color information

#AEB6FB (or 0xAEB6FB) is unknown color: approx Perano. HEX triplet: AE, B6 and FB. RGB value is (174,182,251). Sum of RGB (Red+Green+Blue) = 174+182+251=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEB6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEB6FB is #514904. Grayscale: #BBBBBB. Windows color (decimal): -5327109 or 16496302. OLE color: 16496302.

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

Color convert

RGB174182251-
CMYK0.310.2700.02
HSL233.77º90.59%83.33%-
HSV(B)233.77º30.68%98.43%-
XYZ51.649.4298.09-
YUV187.47163.85118.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.67%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=28.67%
G=29.98%
B=41.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741822510.310.2700.02233.7790.5983.33
HexAEB6FB1F1B02ea5b53
Octal256266373373302352133123
Binary10101110101101101111101111111110110101110101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB6FB; }

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

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

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

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

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

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

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

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