#B3BEB2

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

Shades of Rainee #B3BEB2

Tints of Rainee #B3BEB2

Color information

#B3BEB2 (or 0xB3BEB2) is unknown color: approx Rainee. HEX triplet: B3, BE and B2. RGB value is (179,190,178). Sum of RGB (Red+Green+Blue) = 179+190+178=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BEB2 is #4C414D. Grayscale: #B9B9B9. Windows color (decimal): -4997454 or 11714227. OLE color: 11714227.

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

Color convert

RGB179190178-
CMYK0.0600.060.25
HSL115º8.45%72.16%-
HSV(B)115º6.32%74.51%-
XYZ45.0449.6249.32-
YUV185.34123.86123.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=32.72%
G=34.73%
B=32.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901780.0600.060.251158.4572.16
HexB3BEB26061973848
Octal2632762626063116310110
Binary101100111011111010110010110011011001111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BEB2; }

 p { color: rgb(179,190,178); }

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

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

 a { background-color: rgb(179,190,178); }

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

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

 span { border-color: rgb(179,190,178); }

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