#AABDFE

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

Shades of Perano #AABDFE

Tints of Perano #AABDFE

Color information

#AABDFE (or 0xAABDFE) is unknown color: approx Perano. HEX triplet: AA, BD and FE. RGB value is (170,189,254). Sum of RGB (Red+Green+Blue) = 170+189+254=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #AABDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDFE is #554201. Grayscale: #BEBEBE. Windows color (decimal): -5587458 or 16694698. OLE color: 16694698.

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

Color convert

RGB170189254-
CMYK0.330.2600.00
HSL226.43º97.67%83.14%-
HSV(B)226.43º33.07%99.61%-
XYZ52.6652.1101.05-
YUV190.73163.71113.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=27.73%
G=30.83%
B=41.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1701892540.330.2600.00226.4397.6783.14
HexAABDFE211A00e26253
Octal252275376413200342142123
Binary10101010101111011111111010000111010001110001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDFE; }

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

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

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

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

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

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

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

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