#AAB6FC

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

Shades of Perano #AAB6FC

Tints of Perano #AAB6FC

Color information

#AAB6FC (or 0xAAB6FC) is unknown color: approx Perano. HEX triplet: AA, B6 and FC. RGB value is (170,182,252). Sum of RGB (Red+Green+Blue) = 170+182+252=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6FC is #554903. Grayscale: #BABABA. Windows color (decimal): -5589252 or 16561834. OLE color: 16561834.

HSL color Cylindrical-coordinate representation of color #AAB6FC: hue angle of 231.22º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB6FC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170182252-
CMYK0.330.2800.01
HSL231.22º93.18%82.75%-
HSV(B)231.22º32.54%98.82%-
XYZ50.8849.0398.88-
YUV186.39165.02116.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=28.15%
G=30.13%
B=41.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701822520.330.2800.01231.2293.1882.75
HexAAB6FC211C01e75d53
Octal252266374413401347135123
Binary10101010101101101111110010000111100011110011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB6FC; }

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

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

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

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

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

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

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

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