#A9BAE1

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

Shades of Perano #A9BAE1

Tints of Perano #A9BAE1

Color information

#A9BAE1 (or 0xA9BAE1) is unknown color: approx Perano. HEX triplet: A9, BA and E1. RGB value is (169,186,225). Sum of RGB (Red+Green+Blue) = 169+186+225=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #A9BAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BAE1 is #56451E. Grayscale: #B9B9B9. Windows color (decimal): -5653791 or 14793385. OLE color: 14793385.

HSL color Cylindrical-coordinate representation of color #A9BAE1: hue angle of 221.79º degrees, saturation: 0.48, 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 #A9BAE1 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169186225-
CMYK0.250.1700.12
HSL221.79º48.28%77.25%-
HSV(B)221.79º24.89%88.24%-
XYZ47.5148.9978.19-
YUV185.36150.37116.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 186 (73.05% from 255) = 32.07%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=29.14%
G=32.07%
B=38.79%

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
Decimal1691862250.250.1700.12221.7948.2877.25
HexA9BAE119110Cde304d
Octal251272341312101433660115
Binary101010011011101011100001110011000101100110111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAE1; }

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

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

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

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

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

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

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

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