#B1BFB0

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

Shades of Rainee #B1BFB0

Tints of Rainee #B1BFB0

Color information

#B1BFB0 (or 0xB1BFB0) is unknown color: approx Rainee. HEX triplet: B1, BF and B0. RGB value is (177,191,176). Sum of RGB (Red+Green+Blue) = 177+191+176=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BFB0 is #4E404F. Grayscale: #B9B9B9. Windows color (decimal): -5128272 or 11583409. OLE color: 11583409.

HSL color Cylindrical-coordinate representation of color #B1BFB0: hue angle of 116º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BFB0 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB177191176-
CMYK0.0700.080.25
HSL116º10.49%71.96%-
HSV(B)116º7.85%74.9%-
XYZ44.649.7448.33-
YUV185.1122.86122.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=32.54%
G=35.11%
B=32.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911760.0700.080.2511610.4971.96
HexB1BFB07081974a48
Octal26127726070103116412110
Binary1011000110111111101100001110100011001111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFB0; }

 p { color: rgb(177,191,176); }

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

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

 a { background-color: rgb(177,191,176); }

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

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

 span { border-color: rgb(177,191,176); }

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