#A9BAFA

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

Shades of Perano #A9BAFA

Tints of Perano #A9BAFA

Color information

#A9BAFA (or 0xA9BAFA) is unknown color: approx Perano. HEX triplet: A9, BA and FA. RGB value is (169,186,250). Sum of RGB (Red+Green+Blue) = 169+186+250=605 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.93% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BAFA is #564505. Grayscale: #BBBBBB. Windows color (decimal): -5653766 or 16431785. OLE color: 16431785.

HSL color Cylindrical-coordinate representation of color #A9BAFA: hue angle of 227.41º 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 #A9BAFA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169186250-
CMYK0.320.2600.02
HSL227.41º89.01%82.16%-
HSV(B)227.41º32.4%98.04%-
XYZ51.1850.4597.48-
YUV188.21162.87114.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.93%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=27.93%
G=30.74%
B=41.32%

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
Decimal1691862500.320.2600.02227.4189.0182.16
HexA9BAFA201A02e35952
Octal251272372403202343131122
Binary101010011011101011111010100000110100101110001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAFA; }

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

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

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

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

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

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

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

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