#AAB6FE

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

Shades of Perano #AAB6FE

Tints of Perano #AAB6FE

Color information

#AAB6FE (or 0xAAB6FE) is unknown color: approx Perano. HEX triplet: AA, B6 and FE. RGB value is (170,182,254). Sum of RGB (Red+Green+Blue) = 170+182+254=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6FE is #554901. Grayscale: #BABABA. Windows color (decimal): -5589250 or 16692906. OLE color: 16692906.

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

Color convert

RGB170182254-
CMYK0.330.2800.00
HSL231.43º97.67%83.14%-
HSV(B)231.43º33.07%99.61%-
XYZ51.1949.16100.56-
YUV186.62166.02116.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 182 (71.48% from 255) = 30.03%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=28.05%
G=30.03%
B=41.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701822540.330.2800.00231.4397.6783.14
HexAAB6FE211C00e76253
Octal252266376413400347142123
Binary10101010101101101111111010000111100001110011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6FE; }

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

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

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

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

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

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

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

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