#AAB2FC

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

Shades of Perano #AAB2FC

Tints of Perano #AAB2FC

Color information

#AAB2FC (or 0xAAB2FC) is unknown color: approx Perano. HEX triplet: AA, B2 and FC. RGB value is (170,178,252). Sum of RGB (Red+Green+Blue) = 170+178+252=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #AAB2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2FC is #554D03. Grayscale: #B7B7B7. Windows color (decimal): -5590276 or 16560810. OLE color: 16560810.

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

Color convert

RGB170178252-
CMYK0.330.2900.01
HSL234.15º93.18%82.75%-
HSV(B)234.15º32.54%98.82%-
XYZ50.0747.4298.61-
YUV184.04166.35117.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 178 (69.92% from 255) = 29.67%
BLUE value IS 252 (98.83% from 255) = 42%
R=28.33%
G=29.67%
B=42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701782520.330.2900.01234.1593.1882.75
HexAAB2FC211D01ea5d53
Octal252262374413501352135123
Binary10101010101100101111110010000111101011110101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2FC; }

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

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

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

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

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

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

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

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