#B3BFB1

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

Shades of Rainee #B3BFB1

Tints of Rainee #B3BFB1

Color information

#B3BFB1 (or 0xB3BFB1) is unknown color: approx Rainee. HEX triplet: B3, BF and B1. RGB value is (179,191,177). Sum of RGB (Red+Green+Blue) = 179+191+177=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BFB1 is #4C404E. Grayscale: #B9B9B9. Windows color (decimal): -4997199 or 11648947. OLE color: 11648947.

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

Color convert

RGB179191177-
CMYK0.0600.070.25
HSL111.43º9.86%72.16%-
HSV(B)111.43º7.33%74.9%-
XYZ45.1650.0248.87-
YUV185.82123.02123.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=32.72%
G=34.92%
B=32.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911770.0600.070.25111.439.8672.16
HexB3BFB1607196fa48
Octal2632772616073115712110
Binary101100111011111110110001110011111001110111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFB1; }

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

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

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

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

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

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

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

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