#A9BAF8

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

Shades of Perano #A9BAF8

Tints of Perano #A9BAF8

Color information

#A9BAF8 (or 0xA9BAF8) is unknown color: approx Perano. HEX triplet: A9, BA and F8. RGB value is (169,186,248). Sum of RGB (Red+Green+Blue) = 169+186+248=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 248 - color contains mainly: blue. Hex color #A9BAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BAF8 is #564507. Grayscale: #BBBBBB. Windows color (decimal): -5653768 or 16300713. OLE color: 16300713.

HSL color Cylindrical-coordinate representation of color #A9BAF8: hue angle of 227.09º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9BAF8 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169186248-
CMYK0.320.2500.03
HSL227.09º84.95%81.76%-
HSV(B)227.09º31.85%97.25%-
XYZ50.8650.3395.84-
YUV187.98161.87114.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.03%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=28.03%
G=30.85%
B=41.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691862480.320.2500.03227.0984.9581.76
HexA9BAF8201903e35552
Octal251272370403103343125122
Binary101010011011101011111000100000110010111110001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAF8; }

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

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

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

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

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

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

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

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