#AAB5FB

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

Shades of Perano #AAB5FB

Tints of Perano #AAB5FB

Color information

#AAB5FB (or 0xAAB5FB) is unknown color: approx Perano. HEX triplet: AA, B5 and FB. RGB value is (170,181,251). Sum of RGB (Red+Green+Blue) = 170+181+251=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5FB is #554A04. Grayscale: #B9B9B9. Windows color (decimal): -5589509 or 16496042. OLE color: 16496042.

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

Color convert

RGB170181251-
CMYK0.320.2800.02
HSL231.85º91.01%82.55%-
HSV(B)231.85º32.27%98.43%-
XYZ50.5148.5697.98-
YUV185.69164.86116.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=28.24%
G=30.07%
B=41.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701812510.320.2800.02231.8591.0182.55
HexAAB5FB201C02e85b53
Octal252265373403402350133123
Binary101010101011010111111011100000111000101110100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5FB; }

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

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

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

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

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

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

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

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