#B6BEB3

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

Shades of Rainee #B6BEB3

Tints of Rainee #B6BEB3

Color information

#B6BEB3 (or 0xB6BEB3) is unknown color: approx Rainee. HEX triplet: B6, BE and B3. RGB value is (182,190,179). Sum of RGB (Red+Green+Blue) = 182+190+179=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEB3 is #49414C. Grayscale: #BABABA. Windows color (decimal): -4800845 or 11779766. OLE color: 11779766.

HSL color Cylindrical-coordinate representation of color #B6BEB3: hue angle of 103.64º 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 #B6BEB3 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB182190179-
CMYK0.0400.060.25
HSL103.64º7.8%72.35%-
HSV(B)103.64º5.79%74.51%-
XYZ45.8450.0349.89-
YUV186.35123.85124.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=33.03%
G=34.48%
B=32.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901790.0400.060.25103.647.872.35
HexB6BEB34061968848
Octal2662762634063115010110
Binary101101101011111010110011100011011001110100010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEB3; }

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

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

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

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

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

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

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

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