#A9BAF3

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

Shades of Perano #A9BAF3

Tints of Perano #A9BAF3

Color information

#A9BAF3 (or 0xA9BAF3) is unknown color: approx Perano. HEX triplet: A9, BA and F3. RGB value is (169,186,243). Sum of RGB (Red+Green+Blue) = 169+186+243=598 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.26% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #A9BAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BAF3 is #56450C. Grayscale: #BBBBBB. Windows color (decimal): -5653773 or 15973033. OLE color: 15973033.

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

Color convert

RGB169186243-
CMYK0.300.2300.05
HSL226.22º75.51%80.78%-
HSV(B)226.22º30.45%95.29%-
XYZ50.150.0291.81-
YUV187.42159.37114.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.26%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 243 (95.31% from 255) = 40.64%
R=28.26%
G=31.10%
B=40.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691862430.300.2300.05226.2275.5180.78
HexA9BAF31E1705e24c51
Octal251272363362705342114121
Binary101010011011101011110011111101011101011110001010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAF3; }

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

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

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

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

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

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

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

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