#BEC7B6

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

Shades of Pumice #BEC7B6

Tints of Pumice #BEC7B6

Color information

#BEC7B6 (or 0xBEC7B6) is unknown color: approx Pumice. HEX triplet: BE, C7 and B6. RGB value is (190,199,182). Sum of RGB (Red+Green+Blue) = 190+199+182=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7B6 is #413849. Grayscale: #C2C2C2. Windows color (decimal): -4274250 or 11978686. OLE color: 11978686.

HSL color Cylindrical-coordinate representation of color #BEC7B6: hue angle of 91.76º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEC7B6 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB190199182-
CMYK0.0500.090.22
HSL91.76º13.18%74.71%-
HSV(B)91.76º8.54%78.04%-
XYZ50.155.1752.26-
YUV194.37121.02124.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 199 (78.12% from 255) = 34.85%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=33.27%
G=34.85%
B=31.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991820.0500.090.2291.7613.1874.71
HexBEC7B6509165cd4b
Octal27630726650112613415113
Binary1011111011000111101101101010100110110101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7B6; }

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

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

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

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

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

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

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

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