#AAABFE

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

Shades of Perano #AAABFE

Tints of Perano #AAABFE

Color information

#AAABFE (or 0xAAABFE) is unknown color: approx Perano. HEX triplet: AA, AB and FE. RGB value is (170,171,254). Sum of RGB (Red+Green+Blue) = 170+171+254=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABFE is #555401. Grayscale: #B3B3B3. Windows color (decimal): -5592066 or 16690090. OLE color: 16690090.

HSL color Cylindrical-coordinate representation of color #AAABFE: hue angle of 239.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAABFE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170171254-
CMYK0.330.3300.00
HSL239.29º97.67%83.14%-
HSV(B)239.29º33.07%99.61%-
XYZ49.0344.8399.83-
YUV180.16169.67120.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=28.57%
G=28.74%
B=42.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701712540.330.3300.00239.2997.6783.14
HexAAABFE212100ef6253
Octal252253376414100357142123
Binary101010101010101111111110100001100001001110111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABFE; }

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

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

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

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

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

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

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

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