#AAB4FB

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

Shades of Perano #AAB4FB

Tints of Perano #AAB4FB

Color information

#AAB4FB (or 0xAAB4FB) is unknown color: approx Perano. HEX triplet: AA, B4 and FB. RGB value is (170,180,251). Sum of RGB (Red+Green+Blue) = 170+180+251=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 180 (70.70% from 255 or 29.95% 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 #AAB4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4FB is #554B04. Grayscale: #B8B8B8. Windows color (decimal): -5589765 or 16495786. OLE color: 16495786.

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

Color convert

RGB170180251-
CMYK0.320.2800.02
HSL232.59º91.01%82.55%-
HSV(B)232.59º32.27%98.43%-
XYZ50.3148.1597.91-
YUV185.1165.19117.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.29%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=28.29%
G=29.95%
B=41.76%

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
Decimal1701802510.320.2800.02232.5991.0182.55
HexAAB4FB201C02e95b53
Octal252264373403402351133123
Binary101010101011010011111011100000111000101110100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4FB; }

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

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

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

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

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

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

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

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