#AAB2F2

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

Shades of Perano #AAB2F2

Tints of Perano #AAB2F2

Color information

#AAB2F2 (or 0xAAB2F2) is unknown color: approx Perano. HEX triplet: AA, B2 and F2. RGB value is (170,178,242). Sum of RGB (Red+Green+Blue) = 170+178+242=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAB2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2F2 is #554D0D. Grayscale: #B6B6B6. Windows color (decimal): -5590286 or 15905450. OLE color: 15905450.

HSL color Cylindrical-coordinate representation of color #AAB2F2: hue angle of 233.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB2F2 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170178242-
CMYK0.300.2600.05
HSL233.33º73.47%80.78%-
HSV(B)233.33º29.75%94.9%-
XYZ48.5246.890.48-
YUV182.9161.35118.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 178 (69.92% from 255) = 30.17%
BLUE value IS 242 (94.92% from 255) = 41.02%
R=28.81%
G=30.17%
B=41.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701782420.300.2600.05233.3373.4780.78
HexAAB2F21E1A05e94951
Octal252262362363205351111121
Binary101010101011001011110010111101101001011110100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2F2; }

 p { color: rgb(170,178,242); }

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

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

 a { background-color: rgb(170,178,242); }

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

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

 span { border-color: rgb(170,178,242); }

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