#A9BAE0

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

Shades of Perano #A9BAE0

Tints of Perano #A9BAE0

Color information

#A9BAE0 (or 0xA9BAE0) is unknown color: approx Perano. HEX triplet: A9, BA and E0. RGB value is (169,186,224). Sum of RGB (Red+Green+Blue) = 169+186+224=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #A9BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAE0 is #56451F. Grayscale: #B9B9B9. Windows color (decimal): -5653792 or 14727849. OLE color: 14727849.

HSL color Cylindrical-coordinate representation of color #A9BAE0: hue angle of 221.45º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9BAE0 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169186224-
CMYK0.250.1700.12
HSL221.45º47.01%77.06%-
HSV(B)221.45º24.55%87.84%-
XYZ47.3848.9377.47-
YUV185.25149.87116.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=29.19%
G=32.12%
B=38.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691862240.250.1700.12221.4547.0177.06
HexA9BAE019110Cdd2f4d
Octal251272340312101433557115
Binary101010011011101011100000110011000101100110111011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAE0; }

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

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

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

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

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

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

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

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