#a9bae2

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

Shades of Perano #A9BAE2

Tints of Perano #A9BAE2

Color information

#A9BAE2 (or 0xA9BAE2) is unknown color: approx Perano. HEX triplet: A9, BA and E2. RGB value is (169,186,226). Sum of RGB (Red+Green+Blue) = 169+186+226=581 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.09% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #A9BAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAE2 is #56451D. Grayscale: #B9B9B9. Windows color (decimal): -5653790 or 14858921. OLE color: 14858921.

HSL color Cylindrical-coordinate representation of color #A9BAE2: hue angle of 222.11º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9BAE2 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169186226-
CMYK0.250.1800.11
HSL222.11º49.57%77.45%-
HSV(B)222.11º25.22%88.63%-
XYZ47.6549.0478.91-
YUV185.48150.87116.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.09%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 226 (88.67% from 255) = 38.90%
R=29.09%
G=32.01%
B=38.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691862260.250.1800.11222.1149.5777.45
HexA9BAE219120Bde324d
Octal251272342312201333662115
Binary101010011011101011100010110011001001011110111101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9bae2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9bae2; }

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

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

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

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

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

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

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

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