#B1C4A9

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

Shades of Rainee #B1C4A9

Tints of Rainee #B1C4A9

Color information

#B1C4A9 (or 0xB1C4A9) is unknown color: approx Rainee. HEX triplet: B1, C4 and A9. RGB value is (177,196,169). Sum of RGB (Red+Green+Blue) = 177+196+169=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C4A9 is #4E3B56. Grayscale: #BBBBBB. Windows color (decimal): -5126999 or 11125937. OLE color: 11125937.

HSL color Cylindrical-coordinate representation of color #B1C4A9: hue angle of 102.22º 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 #B1C4A9 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB177196169-
CMYK0.1000.140.23
HSL102.22º18.62%71.57%-
HSV(B)102.22º13.78%76.86%-
XYZ45.0351.6945.14-
YUV187.24117.71120.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 169 (66.41% from 255) = 31.18%
R=32.66%
G=36.16%
B=31.18%

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
Decimal1771961690.1000.140.23102.2218.6271.57
HexB1C4A9A0E17661348
Octal261304251120162714623110
Binary101100011100010010101001101001110101111100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C4A9; }

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

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

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

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

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

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

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

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