#A9B8FA

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

Shades of Perano #A9B8FA

Tints of Perano #A9B8FA

Color information

#A9B8FA (or 0xA9B8FA) is unknown color: approx Perano. HEX triplet: A9, B8 and FA. RGB value is (169,184,250). Sum of RGB (Red+Green+Blue) = 169+184+250=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B8FA is #564705. Grayscale: #BABABA. Windows color (decimal): -5654278 or 16431273. OLE color: 16431273.

HSL color Cylindrical-coordinate representation of color #A9B8FA: hue angle of 228.89º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9B8FA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169184250-
CMYK0.320.2600.02
HSL228.89º89.01%82.16%-
HSV(B)228.89º32.4%98.04%-
XYZ50.7649.6297.34-
YUV187.04163.53115.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.03%
GREEN value IS 184 (72.27% from 255) = 30.51%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=28.03%
G=30.51%
B=41.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691842500.320.2600.02228.8989.0182.16
HexA9B8FA201A02e55952
Octal251270372403202345131122
Binary101010011011100011111010100000110100101110010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B8FA; }

 p { color: rgb(169,184,250); }

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

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

 a { background-color: rgb(169,184,250); }

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

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

 span { border-color: rgb(169,184,250); }

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