#BEC2BA

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

Shades of Pumice #BEC2BA

Tints of Pumice #BEC2BA

Color information

#BEC2BA (or 0xBEC2BA) is unknown color: approx Pumice. HEX triplet: BE, C2 and BA. RGB value is (190,194,186). Sum of RGB (Red+Green+Blue) = 190+194+186=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2BA is #413D45. Grayscale: #BFBFBF. Windows color (decimal): -4275526 or 12239550. OLE color: 12239550.

HSL color Cylindrical-coordinate representation of color #BEC2BA: hue angle of 90º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEC2BA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB190194186-
CMYK0.0200.040.24
HSL90º6.15%74.51%-
HSV(B)90º4.12%76.08%-
XYZ49.3953.0854.1-
YUV191.89124.67126.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=33.33%
G=34.04%
B=32.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941860.0200.040.24906.1574.51
HexBEC2BA204185a64b
Octal276302272204301326113
Binary1011111011000010101110101001001100010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC2BA; }

 p { color: rgb(190,194,186); }

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

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

 a { background-color: rgb(190,194,186); }

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

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

 span { border-color: rgb(190,194,186); }

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