#AAB8F3

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

Shades of Perano #AAB8F3

Tints of Perano #AAB8F3

Color information

#AAB8F3 (or 0xAAB8F3) is unknown color: approx Perano. HEX triplet: AA, B8 and F3. RGB value is (170,184,243). Sum of RGB (Red+Green+Blue) = 170+184+243=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAB8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8F3 is #55470C. Grayscale: #BABABA. Windows color (decimal): -5588749 or 15972522. OLE color: 15972522.

HSL color Cylindrical-coordinate representation of color #AAB8F3: hue angle of 228.49º degrees, saturation: 0.75, 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 #AAB8F3 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170184243-
CMYK0.300.2400.05
HSL228.49º75.26%80.98%-
HSV(B)228.49º30.04%95.29%-
XYZ49.949.391.68-
YUV186.54159.86116.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 184 (72.27% from 255) = 30.82%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=28.48%
G=30.82%
B=40.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701842430.300.2400.05228.4975.2680.98
HexAAB8F31E1805e44b51
Octal252270363363005344113121
Binary101010101011100011110011111101100001011110010010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8F3; }

 p { color: rgb(170,184,243); }

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

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

 a { background-color: rgb(170,184,243); }

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

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

 span { border-color: rgb(170,184,243); }

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