#AAB8FE

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

Shades of Perano #AAB8FE

Tints of Perano #AAB8FE

Color information

#AAB8FE (or 0xAAB8FE) is unknown color: approx Perano. HEX triplet: AA, B8 and FE. RGB value is (170,184,254). Sum of RGB (Red+Green+Blue) = 170+184+254=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8FE is #554701. Grayscale: #BBBBBB. Windows color (decimal): -5588738 or 16693418. OLE color: 16693418.

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

Color convert

RGB170184254-
CMYK0.330.2800.00
HSL230º97.67%83.14%-
HSV(B)230º33.07%99.61%-
XYZ51.6149.98100.69-
YUV187.79165.36115.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=27.96%
G=30.26%
B=41.78%

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
Decimal1701842540.330.2800.0023097.6783.14
HexAAB8FE211C00e66253
Octal252270376413400346142123
Binary10101010101110001111111010000111100001110011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8FE; }

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

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

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

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

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

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

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

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