#AAB4FE

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

Shades of Perano #AAB4FE

Tints of Perano #AAB4FE

Color information

#AAB4FE (or 0xAAB4FE) is unknown color: approx Perano. HEX triplet: AA, B4 and FE. RGB value is (170,180,254). Sum of RGB (Red+Green+Blue) = 170+180+254=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4FE is #554B01. Grayscale: #B9B9B9. Windows color (decimal): -5589762 or 16692394. OLE color: 16692394.

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

Color convert

RGB170180254-
CMYK0.330.2900.00
HSL232.86º97.67%83.14%-
HSV(B)232.86º33.07%99.61%-
XYZ50.7948.34100.42-
YUV185.45166.69116.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=28.15%
G=29.80%
B=42.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701802540.330.2900.00232.8697.6783.14
HexAAB4FE211D00e96253
Octal252264376413500351142123
Binary10101010101101001111111010000111101001110100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4FE; }

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

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

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

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

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

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

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

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