#B2B3B2

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

Shades of Rainee #B2B3B2

Tints of Rainee #B2B3B2

Color information

#B2B3B2 (or 0xB2B3B2) is unknown color: approx Rainee. HEX triplet: B2, B3 and B2. RGB value is (178,179,178). Sum of RGB (Red+Green+Blue) = 178+179+178=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B3B2 is #4D4C4D. Grayscale: #B2B2B2. Windows color (decimal): -5065806 or 11711410. OLE color: 11711410.

HSL color Cylindrical-coordinate representation of color #B2B3B2: hue angle of 120º degrees, saturation: 0.01, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B2B3B2 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB178179178-
CMYK0.0100.010.30
HSL120º0.65%70%-
HSV(B)120º0.56%70.2%-
XYZ42.5244.9248.55-
YUV178.59127.67127.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=33.27%
G=33.46%
B=33.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791780.0100.010.301200.6570
HexB2B3B21011E78146
Octal262263262101361701106
Binary10110010101100111011001010111110111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B3B2; }

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

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

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

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

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

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

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

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