#B1C6AE

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

Shades of Rainee #B1C6AE

Tints of Rainee #B1C6AE

Color information

#B1C6AE (or 0xB1C6AE) is unknown color: approx Rainee. HEX triplet: B1, C6 and AE. RGB value is (177,198,174). Sum of RGB (Red+Green+Blue) = 177+198+174=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C6AE is #4E3951. Grayscale: #BDBDBD. Windows color (decimal): -5126482 or 11454129. OLE color: 11454129.

HSL color Cylindrical-coordinate representation of color #B1C6AE: hue angle of 112.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C6AE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB177198174-
CMYK0.1100.120.22
HSL112.5º17.39%72.94%-
HSV(B)112.5º12.12%77.65%-
XYZ45.9752.7947.81-
YUV188.98119.54119.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 198 (77.73% from 255) = 36.07%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=32.24%
G=36.07%
B=31.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981740.1100.120.22112.517.3972.94
HexB1C6AEB0C16701149
Octal261306256130142616021111
Binary101100011100011010101110101101100101101110000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C6AE; }

 p { color: rgb(177,198,174); }

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

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

 a { background-color: rgb(177,198,174); }

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

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

 span { border-color: rgb(177,198,174); }

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