#AAABFB

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

Shades of Perano #AAABFB

Tints of Perano #AAABFB

Color information

#AAABFB (or 0xAAABFB) is unknown color: approx Perano. HEX triplet: AA, AB and FB. RGB value is (170,171,251). Sum of RGB (Red+Green+Blue) = 170+171+251=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABFB is #555404. Grayscale: #B3B3B3. Windows color (decimal): -5592069 or 16493482. OLE color: 16493482.

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

Color convert

RGB170171251-
CMYK0.320.3200.02
HSL239.26º91.01%82.55%-
HSV(B)239.26º32.27%98.43%-
XYZ48.5544.6497.32-
YUV179.82168.17121-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=28.72%
G=28.89%
B=42.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701712510.320.3200.02239.2691.0182.55
HexAAABFB202002ef5b53
Octal252253373404002357133123
Binary1010101010101011111110111000001000000101110111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABFB; }

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

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

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

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

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

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

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

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