#AEB0FB

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

Shades of Perano #AEB0FB

Tints of Perano #AEB0FB

Color information

#AEB0FB (or 0xAEB0FB) is unknown color: approx Perano. HEX triplet: AE, B0 and FB. RGB value is (174,176,251). Sum of RGB (Red+Green+Blue) = 174+176+251=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEB0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0FB is #514F04. Grayscale: #B7B7B7. Windows color (decimal): -5328645 or 16494766. OLE color: 16494766.

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

Color convert

RGB174176251-
CMYK0.310.3000.02
HSL238.44º90.59%83.33%-
HSV(B)238.44º30.68%98.43%-
XYZ50.3947.0197.69-
YUV183.95165.84120.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=28.95%
G=29.28%
B=41.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741762510.310.3000.02238.4490.5983.33
HexAEB0FB1F1E02ee5b53
Octal256260373373602356133123
Binary10101110101100001111101111111111100101110111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB0FB; }

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

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

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

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

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

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

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

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