#A9BFA7

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

Shades of Rainee #A9BFA7

Tints of Rainee #A9BFA7

Color information

#A9BFA7 (or 0xA9BFA7) is unknown color: approx Rainee. HEX triplet: A9, BF and A7. RGB value is (169,191,167). Sum of RGB (Red+Green+Blue) = 169+191+167=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BFA7 is #564058. Grayscale: #B5B5B5. Windows color (decimal): -5652569 or 10993577. OLE color: 10993577.

HSL color Cylindrical-coordinate representation of color #A9BFA7: hue angle of 115º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9BFA7 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB169191167-
CMYK0.1200.130.25
HSL115º15.79%70.2%-
HSV(B)115º12.57%74.9%-
XYZ41.9748.4943.71-
YUV181.69119.71118.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=32.07%
G=36.24%
B=31.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691911670.1200.130.2511515.7970.2
HexA9BFA7C0D19731046
Octal251277247140153116320106
Binary101010011011111110100111110001101110011110011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BFA7; }

 p { color: rgb(169,191,167); }

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

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

 a { background-color: rgb(169,191,167); }

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

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

 span { border-color: rgb(169,191,167); }

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