#B1C3A9

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

Shades of Rainee #B1C3A9

Tints of Rainee #B1C3A9

Color information

#B1C3A9 (or 0xB1C3A9) is unknown color: approx Rainee. HEX triplet: B1, C3 and A9. RGB value is (177,195,169). Sum of RGB (Red+Green+Blue) = 177+195+169=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C3A9 is #4E3C56. Grayscale: #BABABA. Windows color (decimal): -5127255 or 11125681. OLE color: 11125681.

HSL color Cylindrical-coordinate representation of color #B1C3A9: hue angle of 101.54º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1C3A9 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB177195169-
CMYK0.0900.130.24
HSL101.54º17.81%71.37%-
HSV(B)101.54º13.33%76.47%-
XYZ44.8151.2445.07-
YUV186.65118.04121.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 169 (66.41% from 255) = 31.24%
R=32.72%
G=36.04%
B=31.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951690.0900.130.24101.5417.8171.37
HexB1C3A990D18661247
Octal261303251110153014622107
Binary101100011100001110101001100101101110001100110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3A9; }

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

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

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

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

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

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

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

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