#B1C5A9

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

Shades of Rainee #B1C5A9

Tints of Rainee #B1C5A9

Color information

#B1C5A9 (or 0xB1C5A9) is unknown color: approx Rainee. HEX triplet: B1, C5 and A9. RGB value is (177,197,169). Sum of RGB (Red+Green+Blue) = 177+197+169=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5A9 is #4E3A56. Grayscale: #BBBBBB. Windows color (decimal): -5126743 or 11126193. OLE color: 11126193.

HSL color Cylindrical-coordinate representation of color #B1C5A9: hue angle of 102.86º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1C5A9 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB177197169-
CMYK0.1000.140.23
HSL102.86º19.44%71.76%-
HSV(B)102.86º14.21%77.25%-
XYZ45.2652.1445.22-
YUV187.83117.37120.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 197 (77.34% from 255) = 36.28%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=32.60%
G=36.28%
B=31.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971690.1000.140.23102.8619.4471.76
HexB1C5A9A0E17671348
Octal261305251120162714723110
Binary101100011100010110101001101001110101111100111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C5A9; }

 p { color: rgb(177,197,169); }

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

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

 a { background-color: rgb(177,197,169); }

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

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

 span { border-color: rgb(177,197,169); }

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