#A8BBA7

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

Shades of Rainee #A8BBA7

Tints of Rainee #A8BBA7

Color information

#A8BBA7 (or 0xA8BBA7) is unknown color: approx Rainee. HEX triplet: A8, BB and A7. RGB value is (168,187,167). Sum of RGB (Red+Green+Blue) = 168+187+167=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBA7 is #574458. Grayscale: #B3B3B3. Windows color (decimal): -5719129 or 10992552. OLE color: 10992552.

HSL color Cylindrical-coordinate representation of color #A8BBA7: hue angle of 117º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BBA7 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB168187167-
CMYK0.1000.110.27
HSL117º12.82%69.41%-
HSV(B)117º10.7%73.33%-
XYZ40.8946.6643.41-
YUV179.04121.21120.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=32.18%
G=35.82%
B=31.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871670.1000.110.2711712.8269.41
HexA8BBA7A0B1B75d45
Octal250273247120133316515105
Binary10101000101110111010011110100101111011111010111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBA7; }

 p { color: rgb(168,187,167); }

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

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

 a { background-color: rgb(168,187,167); }

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

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

 span { border-color: rgb(168,187,167); }

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