#A9BBE9

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

Shades of Perano #A9BBE9

Tints of Perano #A9BBE9

Color information

#A9BBE9 (or 0xA9BBE9) is unknown color: approx Perano. HEX triplet: A9, BB and E9. RGB value is (169,187,233). Sum of RGB (Red+Green+Blue) = 169+187+233=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #A9BBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BBE9 is #564416. Grayscale: #BABABA. Windows color (decimal): -5653527 or 15317929. OLE color: 15317929.

HSL color Cylindrical-coordinate representation of color #A9BBE9: hue angle of 223.12º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9BBE9 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169187233-
CMYK0.270.2000.09
HSL223.12º59.26%78.82%-
HSV(B)223.12º27.47%91.37%-
XYZ48.8449.8684.14-
YUV186.86154.04115.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.69%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=28.69%
G=31.75%
B=39.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691872330.270.2000.09223.1259.2678.82
HexA9BBE91B1409df3b4f
Octal251273351332401133773117
Binary101010011011101111101001110111010001001110111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBE9; }

 p { color: rgb(169,187,233); }

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

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

 a { background-color: rgb(169,187,233); }

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

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

 span { border-color: rgb(169,187,233); }

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