#AABDFF

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

Shades of Perano #AABDFF

Tints of Perano #AABDFF

Color information

#AABDFF (or 0xAABDFF) is unknown color: approx Perano. HEX triplet: AA, BD and FF. RGB value is (170,189,255). Sum of RGB (Red+Green+Blue) = 170+189+255=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #AABDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDFF is #554200. Grayscale: #BEBEBE. Windows color (decimal): -5587457 or 16760234. OLE color: 16760234.

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

Color convert

RGB170189255-
CMYK0.330.2600
HSL226.59º100%83.33%-
HSV(B)226.59º33.33%100%-
XYZ52.8352.16101.89-
YUV190.84164.21113.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 189 (74.22% from 255) = 30.78%
BLUE value IS 255 (100% from 255) = 41.53%
R=27.69%
G=30.78%
B=41.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701892550.330.2600226.5910083.33
HexAABDFF211A00e36453
Octal252275377413200343144123
Binary10101010101111011111111110000111010001110001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDFF; }

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

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

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

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

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

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

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

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